All Collections
Core
Other
Core | Passing URL parameters INTO a Plan Landing Page or Lead Capture Form
Core | Passing URL parameters INTO a Plan Landing Page or Lead Capture Form

Example of how to pre-populate name, email, phone etc on a Landing Page

Updated over a week ago

You may want to pass in certain input field info on Plan Landing pages and Lead Capture Forms if you have the info already. You can do this easily by appending those variables to the Landing Page URL.

Constructing the URL

An example URL will look something like this:
https://{gymname}.pushpress.com/open/subscribe/{planSlug}?full_name=Chris%20McConachie&phone=555-123-4567&email=test@pp.com

PushPress accepts the following data over the URL:

  • first_name

  • last_name

  • full_name

  • email

  • phone

Did this answer your question?