Dynamic population doens't appear to be working correctly
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?
Thanks, but I did not code the plugin, I took it over from a previous developer who abandoned it. I am open to PRs.
That said, I will investigate your issue and see if I can come up with a fix.
I investigated a little further and I believe it's an issue on the JS side, not the PHP side. That's as far as I'm able to go with it at the moment but if I happen to figure it out, I'll work up a PR.
That would be awesome. Also, a test case somewhere on your server, on a test page would be useful for me to reproduce the issue.