Jump to content

Adding and then customizing an INFUSIONSOFT WEBFORM

Recommended Posts

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

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

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

Link to comment

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  ⬇️

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
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? 😞 

Link to comment
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.

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

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.

Link to comment
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.

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
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!)

Link to comment

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.