Re: how to put in label text in field of Form2.0 together with its value, dynamically

Anonymous
Not applicable

how to put in label text in field of Form2.0 together with its value, dynamically

Hi
I want to put in label text in field of Form2.0 together with its value, dynamically. 

For instance:
1. Label text is "attended event"
2. Field value to select is "20150109 marketo roadshow"
3. Click submit button
4. Database gets, as a value, "attended event:20150109"

It want to achieve thus dynamically but there are no tokens for Label text. 

Anybody has some idea?

Tad
Tags (1)
2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: how to put in label text in field of Form2.0 together with its value, dynamically

Can you describe more about what you want to do...or why you are doing it this way?

Option 1: Use Marketo Program Status and when the person is marked as Attended, the system stamps the value on a custom field. Can use a My Token or just the straight text.

Option 2: URL Param and Hidden Form

your url says "http://www.marketo.com/page.html?status=attended

hidden field listens for that url param.
http://www.marketingrockstarguides.com/marketo-form-best-practices-1219/
Anonymous
Not applicable

Re: how to put in label text in field of Form2.0 together with its value, dynamically

You could implement this using custom JavaScript on form submit.