DescriptionUsageParametersExample
Description
The {save_email_input} merge tag in Gravity Forms will insert a form into the 「Save and Continue」 confirmation allowing the user to enter an email address the resume link should be sent to.
Usage
1{save_email_input: button_text="Custom button text" placeholder="Custom placeholder" validation_message="Custom validation message"}
Parameters
button_text string
Custom text to display within the button.
placeholder string
Custom placeholder to display within the email input.
validation_message string
Custom validation message to display if the submission is invalid.
Example
1{save_email_input: button_text="Send the link to my email address" placeholder="Please enter your email" validation_message="The link couldn't be sent because the email address is not valid."}