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
1
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
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
1
body #gform_wrapper_
1
.gform_footer #gform_save_
1
_
2
_link {
border
:
1px
solid
red
}