Jump to content

Adding and then customizing an INFUSIONSOFT WEBFORM

Recommended Posts

Posted

Hi @tuanphan, hope you're well?

I want to include an Infusionsoft email sign up block on my site. I've managed to insert the HTML code...but how do I properly edit and stylize the sign up block so it matches the design of my SQSP site??

CaptureInfusionMailer.PNG

Posted

Site URL: https://jeanine-thompson.squarespace.com/

Hi there. Can anyone please assist.

I have to add an INFUSIONSOFT WEBFORM to my SQSP site.

I've successfully applied the HTML code, so the input fields appear in the relevant SQSP site section...but how to I stylize the overall input block so it looks the same as my site?? The editing functions in Infusionsoft don't include my site fonts etc...

Posted (edited)

I am not familiar with Infusionsoft web forms so it will depend on how the form has been added. Please provide us with a link to the page and the public password used to access it.

Edited by paul2009

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted

Thanks @paul2009 🙂 I added the form by inserting the HTML code into a section code block. I used the unstyled code because when I use the styled one, the fonts/styling/design of the Infusionsoft webform clashes with my site and the block looks very amateurish.

Please see what I've managed to do so far at the bottom of my homepage just above the footer...

https://jeanine-thompson.squarespace.com/

password: tuansqsp

Posted

There are a number of ways to do this, depending on how you want it to be styled, but to summarise you'll want to add some CSS to Design > Custom CSS that targets the elements of the form. Unfortunately the code that has been added is very basic and doesn't include many classes that can be used to style the form, but as you are typing this code in manually, you could add them easily enough.

However, here's a basic starting point as a template that refers to the fields and submit button:

.infusion-field {
  margin-top:17px;
}
.infusion-field input {
  border: none !important;
  width: 100% !important;
  font-size: 14px;
  padding: 16px !important;
}
.infusion-submit button {
  padding: 12px;
  color: #fff !important;
  background: #f45ec6 !important;
  border-radius: 16px 0px;
  border: 0;
}
.infusion-submit button:hover {
  opacity: .8;
}

If you add this to Custom CSS (and save and refresh) it should change from this:

image.thumb.png.1cbf16a507bf805c52a7be8de3386dbf.png

to something like this:

image.thumb.png.aadbf3a9a650424220fcf57cfbd2465e.png

As I said, it's just an example that you can build on to style it how you want.

Did this help? Please give feedback by clicking an icon below  ⬇️

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted
10 minutes ago, paul2009 said:
.infusion-field {
  margin-top:17px;
}
.infusion-field input {
  border: none !important;
  width: 100% !important;
  font-size: 14px;
  padding: 16px !important;
}
.infusion-submit button {
  padding: 12px;
  color: #fff !important;
  background: #f45ec6 !important;
  border-radius: 16px 0px;
  border: 0;
}
.infusion-submit button:hover {
  opacity: .8;
}

Thank you for all your help, @paul2009...I've tried this it doesn't work on my side? 😞 

Posted
10 minutes ago, Iwan said:

I've tried this it doesn't work on my side?

Did you refresh your browser after saving? I can see the changes when I look at the site from here.

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted

Hey there, thanks, it does work 😀 My SQSP is super slow to update and refresh today...

Thank you again SO MUCH for your help....I'll keep my form simple and just use the code to edit and tweak...

Really appreciate.

Posted

Btw, sorry, how do I make the BUTTON the same size as my site's other buttons...plus BUTTON font, font size etc? 

Posted
34 minutes ago, Iwan said:

how do I center align it please

When I looked there was a 4-column spacer to the left of the 8-column code block. If you adjust the, you should be able to centre it. For example, two 2-column spacers on either side, or you can remove the left spacer and then add CSS to adjust the code block.

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Posted
On 4/19/2022 at 7:01 PM, Iwan said:

Please @tuanphan, how do I change the font size of the input field labels of my current webform? i.e Name* and E-mail*

Add to Design > Custom CSS

form[action*="infusionsoft"] input {
    font-size: 20px !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.