Namrata
-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Namrata
-
-
Hello, I tried the following code but it didn't work for me. When i input the email it just stays there in the box and nothing happens after. What should i do?
Thanks
<style> .captcha-container { display : none; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $( ( ) => { $( '.newsletter-form-button' ).click ( function ( ) { const email = $( '.email input' ).val ( ); const firstName = $( '.first-name input' ).val ( ); if ( ! firstName && email ) return; // bail if first name or email is empty $( '.captcha-container' ).css ( 'display', 'block' ); } ); } ); </script>
-
Hi,
does this code work for 7.1? I need to disable it for 1 page too but I'm not able to find the data parallax id anywhere!
-
this got solved thank you.
-
Adjust positioning of reCAPTCHA button
in Customize with code
Posted
Hi tuan it's www.peoplefirst.co.in