PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form not displaying on a page

  1. Milan
    Member

    Hi there, created a form - updated -and preiewed in the form editor. Everything works. After I try to embed into a Page - using Upload/Insert button- it will display the code. However, when I refresh the page - nothing displays. I;m using the Affiliate theme. Thanks,

    Posted 13 years ago on Friday October 22, 2010 | Permalink
  2. Have a URL you can share? Can't tell you much without looking at it.

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  3. Milan
    Member

    http://www.e-shop-asistentka.com/2-nakupni-formular

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  4. The form is there, but hidden. There is a script conflict coming from your theme. If you remove this inline script block, everything works properly.

    <script type="text/javascript">
          jQuery(document).ready(function() {
            DD_roundies.addRule('.product', 5, true);
    
            jQuery('input[type=checkbox], input[type=radio]').prettyCheckboxes({
              checkboxWidth: 16,
              checkboxHeight: 16
            });
          });
        </script>

    You can see my test here with the script removed. The form works properly.

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  5. Milan
    Member

    Kevin - I'm so excited its working on your test! Where do I find the script that I should remove? I went to Editing gravity forms/gravityforms/php (active) - should I be looking somwehre in the Plugin files? Sorry, I'm very new to all that java I need some more.

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  6. That script is in your THEME file.. probably the "/AffiliateTheme/header.php" file.

    It's not a Gravity Forms script of any kind so you wouldn't need to edit any of the files in the plugin folder.

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  7. Milan
    Member

    That is the best support EVER! -Thank you so much!

    Posted 13 years ago on Saturday October 23, 2010 | Permalink
  8. Thanks. I'm happy I could help.

    Posted 13 years ago on Saturday October 23, 2010 | Permalink

This topic has been resolved and has been closed to new replies.