We're using forms to take orders for a product. The product isn't available in selected states. How might I modify the form to not allow orders from selected states?
Are you using a drop down for the states? If so, just show the states to which you deliver.
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