We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I fixed by changing the line 57:
"for='choice_" . $form['id'] . "" => "for='choice" . $random_id . '_',
The text was updated successfully, but these errors were encountered:
I had the same issue, but I had to tweak your code a bit As of version (2.4.9), I added this and it fixed it
"for='choice_" . $form['id'] . "" => "for='choice_" . $random_id,
Sorry, something went wrong.
No branches or pull requests
I fixed by changing the line 57:
"for='choice_" . $form['id'] . "" => "for='choice" . $random_id . '_',
The text was updated successfully, but these errors were encountered: