Forms created in Active Campaign include hidden input fields that add unnecessary space to the top of forms embedded in sites. To remove them, follow these instructions:

  • In the styles.css file, accessible by going to the Wordpress Dashboard -> Appearance -> Editor, enter:
           .hide{

            display: none;

            visibility: hidden;

             }

          

          Click on Save


  • In the page with the embedded form, look for the lines that have code that includes: input and 'hidden'. Before these lines, enter <div class=hide""> and </div> at the end of them.
          Click on Save