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
Our integration is unable to get the amount from a select field option if the option name contains a quote (').
'
For example, the 2nd option of the following field would not work as expected:
[select* select-123 pronamic_pay_amount "Test|10" "Test's|20"]
The POST'ed value in https://github.com/pronamic/wp-pronamic-pay-contact-form-7/blob/3.0.1/src/Pronamic.php#L82 results in Test's, instead of Test's. This value is later checked against the option names, but with the encoded quotes there is no match with any of the options.
Test's
Test's
Internal Help Scout ticket: https://secure.helpscout.net/conversation/1891185446/23975
The text was updated successfully, but these errors were encountered:
Resolved in https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/a5f16ac…b36b312
Sorry, something went wrong.
Fix getting submission value from select option with single quote.
abbb40f
No branches or pull requests
Our integration is unable to get the amount from a select field option if the option name contains a quote (
'
).For example, the 2nd option of the following field would not work as expected:
The POST'ed value in https://github.com/pronamic/wp-pronamic-pay-contact-form-7/blob/3.0.1/src/Pronamic.php#L82 results in
Test's
, instead ofTest's
. This value is later checked against the option names, but with the encoded quotes there is no match with any of the options.Internal Help Scout ticket: https://secure.helpscout.net/conversation/1891185446/23975
The text was updated successfully, but these errors were encountered: