Processing step in form - missing/ updated field choice?
Aim:
If there is a field that has multiple information collected which is separated by commas (i.e: apples, pears, oranges), we would like to split it up into multiple submissions in custom object data.
Example:
Jane is interested in apples, pears and oranges, she submits the form to express her interest
Current form captured details:
Name | address | interest | |
---|---|---|---|
Jane | [email protected] | 123 abc road | apples, pears, oranges |
Ideal form capture details without requiring Jane to submit the form 3 times
Name | address | interest | |
---|---|---|---|
Jane | [email protected] | 123 abc road | apples |
Jane | [email protected] | 123 abc road | pears |
Jane | [email protected] |
Tagged:
0