[save] – Save Progress Field

[save value="Save" display="button"]
Copy and save the following link to continue editing this form later.
[save_link]
Alternatively, you can enter your email address to receive the link via email.
[save_email value="Send Link" placeholder="" success_message="" error_message="" subject=""]
You can continue editing your form here:
{save_url}
[/save_email]
[/save]


Lets user to save their form progress & resume it later.

The [save] field supports the following BBCodes & tags:
  • [save_link] - Renders a readonly input with the URL to resume the form edition & a "copy to clipboard" button. Required.
  • [save_email] - Renders an email field & a button where user will be able to enter an email address to receive the URL. Optional.
  • {save_url} - A tag to be used inside the [save_email] BBCode to display the URL to resume the form edition. Required.

[save] attributes:

AttributeExamplesDescription
value*value="Save"
value="Save & resume"
Defines the button label.
Required.
displaydisplay="button"
display="link"
Defines how to display the button, as a button or as a link.
Default: button.
Optional.
[save_link] does not accepts any attribute.

[save_email] attributes:

AttributeExamplesDescription
value*value="Send Link"
value="Email me with the link"
Defines the button label.
Required.
placeholderplaceholder="Insert text here"Text displayed when the field has no value.
Optional.
success_messagesuccess_message="Email sent!"Message to show after enter and submit the desired email address to receive the link and successfully deliver the email.
Optional.
error_messageerror_message="Email could not be sent."Message to show after enter and submit the desired email address to receive the link and an error happened when delivering the email.
Optional.
subject*subject="Continue editing your form!"The email subject.
Required.
CONTENT*[save_email]EMAIL BODY[/save_email]The content inside the BBCode will be used as the email content.
Required.

This field also supports common HTML attributes, as well as label & description attributes.