goatsgruff Posted June 9, 2021 Share Posted June 9, 2021 (edited) Site URL: https://www.kyraschampions.org/blue-ribbon-commission Hi wonderful community. I would like to edit the basic "address" field in my form. The address is a "required" part of my form. Specifically, I would like to change the field "State/Province" to just say "State" Also, can I change "Country" to "County"? Lastly, could this "County" field be a dropdown menu with a list of County A through County Z? Edited June 9, 2021 by goatsgruff Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 Hi. You want to remove "required" or? To change state, province, country, add this to Design > Custom CSS /* Forms */ .state-province span.caption-text:before { content: "State"; visibility: visible; } .state-province span.caption-text { visibility: hidden; } .country span.caption-text:before { visibility: visible; content: "County"; } .country span.caption-text { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment