123FormBuilder allows you to change the design of your dividers with CSS on your forms

CSS makes designing web forms so much easier. With basic coding knowledge, you can create stunning-looking forms and customize their design according to your needs. With CSS you can let your imagination and creativity go wild. We offer the possibility to add your own custom CSS codes to the form using our CSS form generator.

First things first, read our article about how to add dividers on the form, if you haven’t already.

Note: these CSS tricks apply to the divider created using the HTML block.

Any CSS code is placed in the Design → Add custom CSS section of your form within your form builder account. We will provide you with the CSS code for your dividers and show the final result. Just paste the code in the Design section and the changes will apply immediately. Of course, you can adjust the code by adding your own color code, adjust the border size, and so on.

Check our CSS examples for your dividers below.


Example #1

hr
{
border: 3px solid rgba(137, 196, 244, 1);
background-color: rgba(137, 196, 244, 1);
border-radius: 5px;
}

This is the result:

Divider using HTML block

Example #2

hr 
{ 
 height: 30px; 
 border-style: solid; 
 border-color: #2074F4; 
 border-width: 2px 0 0 0; 
 border-radius: 20px; 
}

Here is the result:

Divider using HTML block

Example #3

hr 
{ 
 width: 50%;
 margin: 3em auto; 
}

Edit your HTML block fields and center the text to have the same effect. Here is the result:

Divider using HTML block

Important Note

Keep in mind that it is not our responsibility to fix the code once you have changed it.

Check out the CSS tricks knowledge base section for more CSS articles.

Leave a Reply

Your email address will not be published. Required fields are marked *

Frequently Asked Questions

Here is a list of the most frequently asked questions. For more FAQs, please browse through the  FAQs page.

Is this service free?
Yes, we offer a free form builder service. Just sign up to the Basic plan and you are all set. This plan is forever free, but you are limited with a few features only, such as 5 forms per account, 100 submissions per month and you have to keep the backlink to 123FormBuilder on your forms. Check out our features matrix for more information.
How many forms can I create?
It depends on the service plan you are on. Higher service plans enable more features, including more web forms for your account. If you need more forms, go to the My Account section of your account and click the upgrade button. To create an unlimited number of forms, either upgrade to the Platinum service plan or higher. Consult our features matrix for more information.
How can I publish my forms?
You can publish your forms in many ways, by using their direct URL or HTML link, embedding them with a JavaScript code, Inline HTML or iFrame, using the Facebook app or the WordPress plugin, using popups, the Blogger code snippet and many more. Once you have created and customized your form, go to the Publish section to complete your work. Read more in our documentation.
How do I change my form design?
You can change the design of your form for more information. in the Themes section, which is located in your form settings. We offer a set of more than 30 predefined form themes for your forms, but you can also create your own from scratch. You can customize the submit button, the logo and more. To apply your own stylesheets, all forms come with a custom CSS editor.

Can't find what you're looking for?