Hi guys.
I would like to know if I can change the link in the e-mail when you "save draft" a form.
Hi guys.
I would like to know if I can change the link in the e-mail when you "save draft" a form.
Hi Alfredo,
The host in URL can be overwritten by FormsHostEmailOverride option in cf_options table in Forms database, while currently it is not supported to change the entire link.
So, if I write a link in that field from the table, will it take me to that link?
You can only update the host so the link points to the correct Forms server. The email automatically appends information to get back to that specific draft, so you cannot just put in any custom link.
You can go into FormsConfig and modify the email template for saving a draft, but judging by your custom email at the top, you likely already found that. You can put another custom link in the body and say something like
To access all your drafts, click this link:
https://FormsServer/Forms/Home/Tasks#?poolGroup=drafts&pool=drafts
To access this specific draft, click here:
[let the email fill in the bottom link]
I got it.
But, can I obtain the values of the variables from the saved draft form.
No, using variables in the save draft email is not supported.