Expand my Community achievements bar.

Credentials get saved in Form

Avatar

Level 1

Hi

I  have issue that , first time someone opens the form they are prompted for credentials. If the password is wrong by fault.. from next time it doesnt ask for password.

please advice as to how to configure to prompt credentials again...

My client is unable to use the form. This is a bit urgent.

Thanks in advance for help.

Regards

1 Reply

Avatar

Level 6

I do not know on what basis you are prompting for credentials.....

you may consider few tricks.... if you prompt the password based on no value in the field (field value will be null when you open the form for first time), you could set the field value to null when it does not meet the criteria.

or if you wish to prompt every time someone opens the document you need to set the binding of the password field to "None".

if these tricks do not help post your code that propmts for password.