Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic population doens't appear to be working correctly #2

Open
uzegonemad opened this issue Jun 22, 2021 · 3 comments
Open

Dynamic population doens't appear to be working correctly #2

uzegonemad opened this issue Jun 22, 2021 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@uzegonemad
Copy link

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?

@wolffe
Copy link
Owner

wolffe commented Jun 22, 2021

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.

@wolffe wolffe self-assigned this Jun 22, 2021
@wolffe wolffe added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Jun 22, 2021
@uzegonemad
Copy link
Author

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.

@wolffe
Copy link
Owner

wolffe commented Jun 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants