Split Text into multiple fields/auto populate multiple fields
Basically, I would like the text in one text box to be split up to auto-populate other textboxs in my form, each peice of info is separated by a "-".
Example:
Main Text Box: "Data A - Data B - Data C - Data D"
Question 1: Data A
Question 2: Data B
Question 3: Data C
Question 4: Data D
Basically I want the user to type/paste something into my main text box, and the data (which is separated by a "-") to be split up and auto filled into the corresponsding text fields below. Thanks a bunch ![]()