I dont want the * to appear if a field is required but I still want to be able to use the "required" functionality. Any advice is greatly appreciated. Thanks
I dont want the * to appear if a field is required but I still want to be able to use the "required" functionality. Any advice is greatly appreciated. Thanks
Spoke to soon. If anyone else is looking for the solution here it is:
[css]
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {color: transparent}
Glad you got it sorted!