Skip to content

Instantly share code, notes, and snippets.

View nomadcuba's full-sized avatar
😀

Alfredo Galano nomadcuba

😀
View GitHub Profile
//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
@nomadcuba
nomadcuba / sampleREADME.md
Created September 23, 2020 22:11 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here