Quantcast
Channel: CSS Selectors Archives - Gravity Forms Documentation
Viewing all articles
Browse latest Browse all 35

Save and Continue Link CSS Selectors

$
0
0

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}
        

The post Save and Continue Link CSS Selectors appeared first on Gravity Forms Documentation.


Viewing all articles
Browse latest Browse all 35

Trending Articles