My form contains repeater areas for text fields, dates and file uploads. Single text fields appear correctly in the mail, whereas data from the repeater areas appear like this:
TIA
Text field {"1":"9","2":"139","3":"74","4":"53"}How to get rid of these curly brackets, square brackets etc.?
Upload field {"1":[""],"2":[""],"3":[""],"4":[""]}
TIA
{data.join[, ]:text_field_name}
Thanks for the fast answer.🙂
This topic is locked and no more replies can be posted.