Is it possible to take attributes stored within a QR/Barcode, and split to different fields within a form?
For example, QR code holds the text value:
Text1, Text2, Text3
I want to take these and assign as follows:
Question1: Text1
Question2: Text2
Question3: Text3
I understand that substr() function exists, but I need to take whole words.
TIA