Save and Continue Link CSS Selectors

Save and Continue Link CSS Selectors

ContainerAdditional InfoExamples

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 a.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 a.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 a#gform_save_1_2_link {border: 1px solid red}

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注