Multiple question and answer collection in Marketo Forms | Community
Skip to main content
January 27, 2015
Question

Multiple question and answer collection in Marketo Forms

  • January 27, 2015
  • 2 replies
  • 1241 views
Hi,
Has anyone tried using marketo form to capture multiple questions on form to map to and concatenate into one text field in SFDC.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Edward_Unthank_
Level 7
January 27, 2015
I've concatenated values of multiple non-Marketo form fields, then passed the resulting JSON object as a value to an SFDC field through a REST API Create/Update lead call. What's your use case? 

A bit of JavaScript would do this, depending on all the fields you want, what types they are, etc. "oninput" would be a trigger if you're adding values to as-you-type. If you have a native Marketo LP and Forms 2.0, you can put a rich text "field" in the form that appear to be Marketo fields, and then write JS from that to a hidden field in whatever pattern you want. 

Similar to this approach here, but use that as a building block to write JS that makes sense for your particular business case. 
 

Best,

Edward Unthank | Founder, Etumos
Josh_Hill13
Level 10
January 28, 2015
If you want to do this inside Marketo, you can see this trick at the bottom:
http://www.marketingrockstarguides.com/marketo-hidden-tricks-tips-1482/