How to bring 2 form fields in to one field in Marketo Database? | Community
Skip to main content
Level 2
November 29, 2023
Solved

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

  • November 29, 2023
  • 1 reply
  • 796 views

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.

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 Darshil_Shah1

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.

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
November 29, 2023

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.