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.

I want to change the page background

  1. My website I'm trying to emulate is http://www.rent2ownhotlist.com and you notice the slider graphic there? Now once you hit the form submit button I don't want my slider graphic to reappear. It seems that GF keeps everything on the same page (at least what my programmer is telling me). How can I change this so my slider graphic doesn't reappear on the 2nd page?

    Thanks.

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  2. David Peralty

    You can redirect people to another page that doesn't have the slider graphic.

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  3. What is the 2nd page? Is it a form confirmation or a continuation of the form?

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  4. Thanks guys for the fast reply. Rob the 2nd page is just a orange box with the form.

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  5. How do you direct the person to another page and keeping it all within the same form? It's a four page form. So I'd want page two to not have the slider show.

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  6. You will need to use two forms and pass the data from the first form submission to the second form using dynamic population.

    On your first form's confirmation - you will want to make that a redirect to the page that houses form #2 that passes the form data via query string (using the merge tags that are available). On the second form you will want to add fields that are set to populate dynamically to accept that data. So form #2 would be a "multi-page" form (essentially a 3-step form).

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

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  7. Rob, what happens if I have it linked up to mailchimp? Is that going to send to records to mailchimp? I guess if they are actually two forms I can NOT send the 1st form to mailchimp and just send the 2nd form to mailchimp. Right?

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink
  8. Right, you'd probably want to integrate with MailChimp on one of the forms, my guess would be the 2nd, where more information would be present, but again as long as you have an email address, you could still use the first form to send - it's totally up to you as to what you are looking to achieve and capture and how you expect the user to opt-in for that.

    Posted 11 years ago on Tuesday June 5, 2012 | Permalink