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

Add support for checking against $_GET(in addition to $_REQUEST) #109

Open
eigood opened this issue Aug 27, 2024 · 0 comments
Open

Add support for checking against $_GET(in addition to $_REQUEST) #109

eigood opened this issue Aug 27, 2024 · 0 comments

Comments

@eigood
Copy link

eigood commented Aug 27, 2024

What problem does this address?

I'm using FormidablePro, and it has the ability to send email confirmations. It takes the submitted form data, and places it into $_GET. However, this plugin(via includes/frontend/visibility-tests/query-string.php, only checks against $_REQUEST, so never sees any values to test against. I'm also using [urlparam], and it correctly checks for $_GET, but would much prefer to use the block gui to configure things.

What is your proposed solution?

I'm not sure if changing that file to use $_GET is correct, or if a separate test should be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant