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 in popup layout different when loading on different pages

  1. on this site: yieldex.com/new/

    click the "request a demo" button on the left side, you see all fields with 100% widths. next load the contact us page and click the same button, you will see the form loads using .gf_left_half and .gf_right_half properly.

    So, here is the question: All instances of the button load the same form in the modal, so why are they formatted differently depending on the page?

    any ideas?

    Posted 11 years ago on Friday June 1, 2012 | Permalink
  2. The Gravity Forms forms.css is not being loaded on this page:
    http://yieldex.com/new/

    It is loading fine here:
    http://yieldex.com/new/contact-us/

    That's why the CSS ready classes are working on the modal that is linked to the Contact Us page. Not sure WHY the Graivity Forms forms.css is not loading for you, but that is causing the problem. It's possible that you need to enqueue the forms.css on the home page, so it's available to the modal. I think it is present on the contact us page because you have a Gravity Form there now.

    You might want to enqueue the Gravity Forms css and scripts in your modal, however you are generating that. See here:

    http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 11 years ago on Friday June 1, 2012 | Permalink
  3. that did it!!! thank you!!

    Posted 11 years ago on Saturday June 2, 2012 | Permalink
  4. Glad you got it sorted, thanks for letting us know!

    Posted 11 years ago on Sunday June 3, 2012 | Permalink

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