Uncaught TypeError: grecaptcha.render is not a function console error is showing if the recaptcha api.js is not enqueue or the `grecaptcha.render` is fire before the recaptcha api.js is being enqueue. See the JS library link below. I’m having this error when I use the Gravity Form captcha field. As I explained above, that is the […]
How to track your password to be sent in your notification?
Using Gravity Form, before I having a hard time getting the `Password` value to be included in my notification email. I have read this post How to Include a Password Field in a User Notification with Gravity Forms but it seems not working perfectly to my end. I have created an alternative way of tracking […]
Gravity Form user activation link.
Create a simple user activation popup using the WordPress default layout. Commonly the activation link is display in home page. I have simple CSS/JQUERY to set your activation page into simple popup. See codes below. CSS codes: Output:
How to hide Gravity Form field label?
How to hide Gravity Form field Label? I have 2 ways to solve the problem. Option 1: via CSS code. Option 2: via PHP code to be placed on your functions.php. Happy coding… 🙂
Add space between numbers in phone fields
How to add space between numbers in phone fields? Just simply copy the codes below and paste it into your .js file or on head sections.