Blog

This code waits until the form is added to the website, then runs a function where you can add code to make changes to the form. works on old and new editor


$(window).bind("load", function() { var amount = $('.form__container').length; var checkExist = setInterval(function() { if ($('.btn.submit').length == amount) { doStuff(); clearInterval(checkExist); } }, 100); }); function doStuff(){ //do stuff in here }

Hours of Operation

Monday  

8:00 am - 6:00 pm

Tuesday  

8:00 am - 6:00 pm

Wednesday  

8:00 am - 6:00 pm

Thursday  

8:00 am - 6:00 pm

Friday  

8:00 am - 6:00 pm

Saturday  

Closed

Sunday  

Closed