Passing Data to Form from Email | Community
Skip to main content
Eben_Saputra
New Participant
February 21, 2019
Solved

Passing Data to Form from Email

  • February 21, 2019
  • 3 replies
  • 6266 views

Hi there,

  • We want to send out email survey.
  • Inside the email, there is a 5 star rating.
  • Recipient can click any of the star, and they are taken to Survey landing page.
  • The landing page also has the same 5 star rating, which correspond to whatever rating they choose previously.

Question:

How to pre-populate the form with choice selected from email?

The simplest way to do achieve this is by linking each star to different landing page.

Each landing page will have Hidden Field for chosen Survey Score field.

But this will quickly become cumbersome to create and maintain; I have to create 15 landing pages, and much more as the scale increases.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
  • At Email, each star will have certain parameter embedded (to their destination URL?)
  • At Landing page, a script will take that parameter (from the URL?) to pre-fill the radio button

Any resources that you can point to sending and receiving these parameters?

There's nothing special here. It's standard Form Editor Hidden field Auto-Fill functionality, fill from query param.

3 replies

Michael_Florin-2
New Participant
February 22, 2019
SanfordWhiteman
New Participant
February 22, 2019

The links are aren't really relevant (more like wrong!) for Marketo forms and LPs.

Eben_Saputra
New Participant
February 21, 2019

@Sanford Whiteman​
Thanks for the reply!

Yeah I figured ​that I will need custom CSS for star rating.

We altered the radio button with CSS before, so I think it will not be a big problem

As for the main question:

I take that you are suggesting is

  • At Email, each star will have certain parameter embedded (to their destination URL?)
  • At Landing page, a script will take that parameter (from the URL?) to pre-fill the radio button

Any resources that you can point to sending and receiving these parameters?

Thanks,

Eben

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 21, 2019
  • At Email, each star will have certain parameter embedded (to their destination URL?)
  • At Landing page, a script will take that parameter (from the URL?) to pre-fill the radio button

Any resources that you can point to sending and receiving these parameters?

There's nothing special here. It's standard Form Editor Hidden field Auto-Fill functionality, fill from query param.

Eben_Saputra
New Participant
February 22, 2019

Thanks as always Sanford!

I am going to try implementing the Parameter to the email.

As far as I know, I need only to put ?Field=value to the last part of my email
And at the form side, the auto-fill option will extract from that field name

Once I am successful I will report here

SanfordWhiteman
New Participant
February 21, 2019

You haven't explained how you're visualizing the "stars" in the first place. That is, there's no direct support for <input type=star-rating> on forms. You'd have to simulate it using radio buttons or a range with custom CSS.

So you might as well have the real stars count field (Score in Mkto presumably) be a hidden field mapped from the query param. The visible star widget mirrors that value.