Hi community,
On my website I have a custom web form with a radio button (Purchase or Build). Both options, purchase/build, share the same form field id (input_18). In CRM I have the same radio button (Purchase or Build) on my lead form. How do I map the value from the web form to crm using CD?
Do I create 2 form fields (1 for "purchaser", 1 for "builder") with the same form field id (input_18) or do I create a single form field ("lead type") with the form field id?
Goal: If the user selects the 'purchase' radio button on the web form then the lead form created has the 'purchase' radio button option selected as well. Same for 'builder'.
My main area of uncertainty is around the radio button options sharing the same form field id.
See attachment.