I'm using the address field on the form. How would I remove the states I don't want to show in the state dropdown?
There's no specific example in the Formidable KnowledgeBase. However, there is this example for adding a state: https://formidableforms.com/knowledgebase/address/#kb-state-dropdown-list. =You need to modify code to delete array elements rather than using array_push() to add a state.
Please login or Register to submit your answer