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}

發表回覆

您的電子郵箱地址不會被公開。 必填項已用 * 標註