My question is about your second answer on this page:
////Yes, of course, include a “HTML Content” field in the form with the following piece of code as its content.
<script>
fbuilderjQuery(document).one(‘showHideDepEvent’, function(){
fbuilderjQuery(‘[class*=”fieldname1_”]’).after(fbuilderjQuery(‘.captcha’));
});
</script>/////
The “required” attribute has no sense in the “HTML Content” fields. The problem in your website, is the way the resources are being loaded, when the code you are referring is being executed the fbuilderjQuery does not exists yet. Please, edit the code as follows:
I replaced the code but it didn’t work!
When I enter the value incorrectly it does not say ‘Incorrect captcha code. Please try again.’
Please see: link
This reply was modified 4 years, 12 months ago by Bakhshi.
The validations of captcha occurs only when the form are submitted, because the captcha are validated against the value stored in the server side. If you need a different behavior, you should request a custom coding service from our private website: Customization
Best regards.
Viewing 11 replies - 1 through 11 (of 11 total)
The topic ‘Move Captcha field’ is closed to new replies.