Public form asking for password


(Gus) #1

Matrix Version: 5.5.3.0

Hi there,

We have a custom form (public) where we have a process where we save the form, the users then gets redirected to an external resource (website) where is then redirect back after completing the process.

The problem is that the user will be prompt to enter the forms password if the cookies were cleared out - which might happen, and we can’t rely on hat.

The URL looks like this:
https://fake.website/forms/poc?SQ_FORM_12345_SUBMISSION=98765&SQ_FORM_12345_PAGE=1&SQ_FORM__12345_ACCESSID=31891a50135cdbb9fc9d1cfd426180c8

Shouldn’t the ACCESSID be enough? Is there a way we can generate a reliable link so the user will not be requested to enter the password?

Thanks