Save and Continue Link CSS Selectors

Container

The Save and Continue link is contained within the form footer.

Additional Info

For more information on the Save and Continue functionality, refer to the Save And Continue user guide article.

Examples

  • example: the form Save and Continue link – applies to all forms
        body .gform_wrapper .gform_footer .gform_save_link {border: 1px solid red}
        
  • example: the form Save and Continue link – applies just to form ID #1
        body #gform_wrapper_1 .gform_footer .gform_save_link {border: 1px solid red}
        
  • example: the form Save and Continue link – applies just to form ID #1 and save link in the first page of a multipage form
        body #gform_wrapper_1 .gform_footer #gform_save_1_2_link {border: 1px solid red}