Hi
Good morning
My client wishes to modify the term “Required” for a mandatory field by replacing it with a simple asterisk.
In the link provided, ALL fields are required; he wishes to make this modification.
Thank you for your help
Please add the following jQuery code to replace the Required with an asterisk (*).
jQuery(document).ready(function($) {
$('.gfield_required.gfield_required_text').text('*');
});
Give it a try, and let me know how that goes!
Thank you for this return
I downloaded the gw-gravity-forms-custom-js wordpress extension
It’s perfect, your code works
Thank you so much