• Resolved henrycproject

    (@henrycproject)


    Hi there again.
    How to put captcha field above Resetare Creaza comanda buttons?
    Thanks a lot for your help in this matter.

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @henrycproject,

    In this case I recommend you the following modifications in your form:

    – Insert a “HTML Content” field in your form, above the button fields (or where you prefer), with the following piece of code as its content:

    <div class="captcha-here"></div>
    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    fbuilderjQuery('.captcha').appendTo('.captcha-here');
    });
    </script>
    

    and that’s all.

    I’m sorry, but If you need additional customizations in your form, you should request a custom coding service:

    https://cff.dwbooster.com/customization

    Best regards.

    Thread Starter henrycproject

    (@henrycproject)

    thanks a lot for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Captcha’ is closed to new replies.