Hi folks,
Custom multi page forms that users can save and complete later can be quite a confusing experience in Squiz Matrix (well especially in the version I am working on!)
Ok so when right clicking on the Form Contents asset we have the incomplete submissions section where we put in the custom email details on there so that in xx amount of days they get the email.
Also when you right click on 'Form Contents' and go to the Form Contents (strange UI i know...) section we have an area called 'Public User Incomplete Submission' where we can allow user to save multi page form progress. Now obviously this email gets sent the moment a user saves the incomplete form. We use the %form_submission_password% keyword replacement so that user is given a password to access and resume the form when they click on the URL in the email generated by the %return_to_form_url_latest% keyword replacement. Now this part completely makes sense.
However when I insert the %form_submission_password% keyword replacement in the incomplete submissions section of the asset - it will not display anything in the email that is generated after a set number of days and also when clicking on the link, it's publicly accessable and does not require a password?
Is this all the way it is supposed to work? If so, why does it not require a password and why isn't the keyword replacement for the password not being printed in the email?
I am using Squiz Matrix version 4.18.4.
Thanks in advance.