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.

Dynamic Population Doesnt Work

  1. I am calling the gravity form on a colorbox window using this code:

    <a href="#contact-calendar">Book Tickets</a>
    
    <div style="display:none;">
    <div id="contact-calendar" >
    [gravityform id=10 ajax=true description=false title=false tabindex=200]
    </div>
    </div>

    This works fine.

    However when i try and pass a dynamic variable

    <a href="#contact-calendar?event_name=Test Event">Book Tickets</a>

    the colorbox windows opens and the form is not displayed at all.

    I have to use the dynamic variable method as I have an index page with all the events and each event needs to be passed a different string..

    Why does dynamic popluation doesnt work in this case?

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink