The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Accessing values from a repeater
Here's what I want to accomplish:
User enters teammate 1's name in a text field inside a repeater section.
User hits +Add to add another teammate.
User enters teammate 2's name in repeater text field.
On the last page of the form, I want to list the teams created.
How do I display:
Team 1
Teammate 1's Name
Team 2
Teammate 2's Name
(if the user didn't enter a 2nd team, this 'Team 2' section should not appear)
A description of how to access repeater data while still in the form (not in a view or an email) is hard to come by.
March 23, 2019 at 7:44 am
You would have to do this in jQuery. This tutorial will point you in the right direction: https://victorfont.com/formidable-forms-repeaters-complex-jquery-operations/
Discussion closed.