• Resolved WPIngo

    (@wpingo)


    I have embedded the built-in captcha version in a form. My form starts with two radio buttons. Only when the radio button with the value “I agree” has been clicked the rest of the form should be displayed. However, the captcha part is always visible, even if no radio button has been clicked. I have now tried various JavaScript snippets. But no matter what I do, the captcha part is always visible. I look forward to your help. Many thanks.

    Regards Ingo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @wpingo

    You can use the plugin operations HIDEFIELD and SHOWFIELD, for example, in your HTML Content field you can include the piece of code:

    <script>
    HIDEFIELD('.captcha');
    </script>

    And then, in the calculated field where you check the validation of data, you can use:

    SHOWFIELD('.captcha');

    Please note we are not allowed to support any customers in these forums.

    For pro or commercial product support please contact us directly on our site.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Thread Starter WPIngo

    (@wpingo)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.