Keeping CSS model open after form submission
A combination of PHP and JS will do it. Have your page listen for the presence of gform_submit which Gravity Forms includes as a hidden field on all forms by default. if(!empty($_POST[‘gform_submit’])) { // now here comes your javascript } For the JS, set modal-state checked. This way on page load, if the form has … Read more