Dynamic population doens't appear to be working correctly #2
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
First, let me say thank you so much for writing this plugin - it has been incredibly helpful for the project I'm working on.
I'm trying to dynamically populate a single repeater row. I've set the parameter name to
badge_first_name
on the form. If I set?badge_first_name=test
, it does populate "test" for each row, but if I set?badge_first_name1=test
it does not populate on the first row.In fact, if I add
badge_first_name2=test
, 3, 4, etc., it never does populate on any of the rows, leading me to believe that there is an issue with setting query parameters for specific rows.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: