INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| //List of valid zip codes | |
| var zip_code = [ "90001", "90007", "90011"]; | |
| //Hidding the button, only will be showed if the Zip is on the List | |
| jQuery("#forminator-module-690" ).find(".forminator-button-submit").hide(); | |
| //What to do in case of error | |
| function DoOnerror(){ | |
| //Invalid Zip -> Hide the button | |
| jQuery("#forminator-module-690" ).find(".forminator-button-submit").hide(); | |
| //Showing Error |