I tried creating a custom form with an hCaptcha-Integration.
We did it like in the readme.
this is in the form:
<?= do_shortcode('[hcaptcha force="true" auto="true" action="quote_request_action" name="quote_request"]', false)?>
For verification, we tried both functions:
$result = hcaptcha_request_verify( 'quote_request_action', 'quote_request' );
$r = hcaptcha_verify_post();
But the return is “The response parameter (verification token) is invalid or malformed.”
But: the token in the backend returns valid, and it does work too. The frontend-part of the hCaptcha does work, and it does force you to challenge the captcha, but the serverside verification fails.
Is this a plugin problem?
]]>We added a custom radio button with two options. If the donor chooses Option 1, then the donation amount for the form should be X amount – this is the default amount for the form. But if they choose Option 2, then the donation amount should be Y instead.
We had a look at the Github page with your custom code snippets, but didn’t see something that could help.
Is there a fairly easy way to accomplish this with a code snippet or another way? We are not developers.
Thanks for any assistance.
]]>Can I make it work and if so how?
]]>I’m using Formidable forms to create a form where users can register and edit his personal data: for example user fill the form and it generates a new post/contact in the Me/QrCode list.
When I put a data in the field about telephone (custom field: wqm_tel) nothing happens and the field remains empty. I can’t understand why, because all other custom fields work fine!
Can you help me solve this issue? Thank you!
]]>