My forms show up ok at first, but as i keep adding new fields and moving them around it just stops working. I deleted my first one and started from scratch but the same thing has happened again?
page: http://hancockgallery.ca/custom-printing/
My forms show up ok at first, but as i keep adding new fields and moving them around it just stops working. I deleted my first one and started from scratch but the same thing has happened again?
page: http://hancockgallery.ca/custom-printing/
Looks like you have 3 JS errors on the page, see this Screenshot
JS errors can prevent your form from loading when the form uses conditional logic. I'd recommend you run through a theme/plugin conflict test:
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Why it it when I start a new form they display fine? After adding conditional logic or fields are moved around it stops working? If it were java errors or plugin conflicts why do new simple forms show? ie. http://hancockgallery.ca/test-form/
Because a simple form doesn't use JavaScript due to the lack of conditional logic. Conditional logic is exposing those erroneous errors that are on every page of your site and should be fixed - because they are errors.