SOLVED

How to bring 2 form fields in to one field in Marketo Database?

Go to solution
Sharathshetty
Level 2

How to bring 2 form fields in to one field in Marketo Database?

Hi,

I have a form where we have a field "Job Profile" which is mapped to "Job Profile" field in Marketo database, the form has "select" type for this field with 5 options. The last option is "Other", whoever chooses "Other" will get another Text Field to Write their answer. How will I get this text box value in same "Job Profile" field in Marketo Database.?

Any help would be appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: How to bring 2 form fields in to one field in Marketo Database?

You should definitely check out Sandy's article, where he explains how to use the Rich Text field on the form to add and capture the Other value in the same field without having to add an extra field for it and then write data to the original field (if at all required, like in your case).

 

Adding an “Other” option to Marketo forms without adding db fields

 

If you strictly want to use a dedicated field for capturing non-standard (other) values and write it to your original Job Profile field, then you'd have to use a smart campaign (Change Data Value Flow Step) or use Marketo Forms JS to append the data in the other field to the Job Profile field and then post data to Marketo.

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: How to bring 2 form fields in to one field in Marketo Database?

You should definitely check out Sandy's article, where he explains how to use the Rich Text field on the form to add and capture the Other value in the same field without having to add an extra field for it and then write data to the original field (if at all required, like in your case).

 

Adding an “Other” option to Marketo forms without adding db fields

 

If you strictly want to use a dedicated field for capturing non-standard (other) values and write it to your original Job Profile field, then you'd have to use a smart campaign (Change Data Value Flow Step) or use Marketo Forms JS to append the data in the other field to the Job Profile field and then post data to Marketo.