Jump to content

Changing field names and adding drop down options in Address form

Recommended Posts

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 by goatsgruff
Link to comment
  • Replies 1
  • Views 796
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.