Title: Form Format Lost
Last modified: June 27, 2017

---

# Form Format Lost

 *  Resolved [garymull](https://wordpress.org/support/users/garymull/)
 * (@garymull)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/form-format-lost/)
 * Hi Nick – We seem to have lost our form format on one of our sites (www.spicesolar.
   com) running on the Divi Theme. Another site of ours (www.campbell.solar) on 
   the same version of WP (4.7.5) and Divi Theme (Version: 3.0.51) maintains form
   format. Neither site has custom CSS to adjust the defined layout in the Styling
   tab of Brilliant.
    Form Examples here:
 *  [http://www.spicesolar.com/webinar-registration/](http://www.spicesolar.com/webinar-registration/)
   
   [http://www.campbell.solar/free-solar-quote/](http://www.campbell.solar/free-solar-quote/)
 * Any suggestions on what might be causing this?
 * Appreciate your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/form-format-lost/#post-9265462)
 * Looks like you have an unclosed `<script>` tag on your Spice Solar site:
 *     ```
       <script>
         (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
   
         ga('create', 'UA-76155210-1', 'auto');
         ga('send', 'pageview');<link rel='stylesheet' id='sfwp2lcss-css'  href='http://www.spicesolar.com/wp-content/plugins/salesforce-wordpress-to-lead/assets/css/sfwp2l.css?ver=4.7.5' type='text/css' media='all' />
       <script type='text/javascript' src='http://www.spicesolar.com/wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js?ver=3.0.51'></script>
       ```
   
 * You’ll see this bit inside the GA script tag, which causes the browser to interpret
   it as Javascript instead of HTML.
 * `<link rel='stylesheet' id='sfwp2lcss-css' href='http://www.spicesolar.com/wp-
   content/plugins/salesforce-wordpress-to-lead/assets/css/sfwp2l.css?ver=4.7.5'
   type='text/css' media='all' />`
 * The plugin enqueues the CSS correctly, so I’m guessing your theme or something
   else is injecting an incomplete tag just before it. Adding the missing `</script
   >` in the page inspector fixes the issue.
 *  Thread Starter [garymull](https://wordpress.org/support/users/garymull/)
 * (@garymull)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/form-format-lost/#post-9271325)
 * Thanks Nick.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Form Format Lost’ is closed to new replies.

 * ![](https://ps.w.org/salesforce-wordpress-to-lead/assets/icon-256x256.png?rev
   =2316786)
 * [Brilliant Web-to-Lead for Salesforce](https://wordpress.org/plugins/salesforce-wordpress-to-lead/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/salesforce-wordpress-to-lead/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/)
 * [Active Topics](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/salesforce-wordpress-to-lead/reviews/)

## Tags

 * [layout change](https://wordpress.org/support/topic-tag/layout-change/)

 * 2 replies
 * 2 participants
 * Last reply from: [garymull](https://wordpress.org/support/users/garymull/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/form-format-lost/#post-9271325)
 * Status: resolved