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.

Use gravity form in a slider

  1. ebernhard
    Member

    Hi Guys,

    I would like to use my gravity form in a wordpress slider. The first page of the form is a booking request which should be a small form. (like on booking website) If you hit search you must be directed to another webpage with the rest of the form. (personal details and the info of the first part of the form already filles in)
    Is this possible and if so how can I do this

    Hope you can assist me (gravity forms newbie) here

    Thanks and regards,
    Eric

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. David Peralty

    You would have to pass the data from one form to another, and this takes an intermediate understanding of Gravity Forms to do.

    You would create the two forms. On the second form, you would make sure that the fields that are going to be filled by the first form has checkmarks in All this field to be populated dynamically. Then make sure you give them all unique variables.

    Once you've done this, on the first form, set the confirmation to a URL redirect, and point it to the second form. Then add in the merge tags for the field values you want to move to the second form.

    So your URL, when complete, should look like - http://www.site.com/form2/?f1name={name:1}&f1phone={phone:2}

    Let me know if you get hung up anywhere.

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  3. ebernhard
    Member

    Hi David,

    thanks for the quick and clear reply. I see I need to dig a bit more into gravity forms.

    What about the option of putting a form into a slider which supports html. Is that possible?

    Hope to hear from you

    Regards,
    Eric

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  4. David Peralty

    It depends on the slider. The slider needs to be able to have PHP in it or WordPress shortcodes. If it strips those out, then of course Gravity Forms won't work.

    Posted 10 years ago on Friday May 17, 2013 | Permalink