how can I capture information from a form with a pull down list? | Community
Skip to main content
New Participant
May 19, 2020
Question

how can I capture information from a form with a pull down list?

  • May 19, 2020
  • 1 reply
  • 1301 views

I have a landing page w/ a custom Marketo form. It has the usual fields - name, company, email address...

I also have a pull down field with 5 options - visitor to the landing page can select one or more options (using the control key)

My question is how do I keep track of who is interested in each option?

I know how to do this when related to an event, but not simply an idea.

Any suggestions?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
May 19, 2020

I have a landing page w/ a custom Marketo form.

What d'you mean by "custom," though?

 


I also have a pull down field with 5 options - visitor to the landing page can select one or more options (using the control key)


OK, a <select multiple> (best to be explicit about what kind of input type we're talking about).

 

In that setup, the selected values will be sent to Marketo as a semicolon-delimited list, stored in a single String or Textarea field.

 

Can you explain a little more about "... how do I keep track of... " What's the desired UI/report/etc.?