Hello,
I'm creating a form for warranty purposes. A manager has told me they'd like the form to allow users to 'log-in' to the form to verify the identity of the claimant and then submit their request.
The idea is to have a user validate with an ID and/or password, and then just have them enter the details of the issue they're encountering. Preferably, their details will be filled behind-the-scenes when the email is sent.
I was thinking of having a database filled with the relevant user info, user name, password, which is checked upon entry. If the check is successful the user can then enter the details of their claim.
We've no need to have the user make an account as we can generate the database of log-in/user data ourselves.
This is intended to forward on to a system we use via email.
I'm asking because while I may have a general idea of how to do it, I'm really not sure how to go about it correctly.
I was wondering if anyone has access to a tutorial, or previous post that may help me?
Thanks
I'm creating a form for warranty purposes. A manager has told me they'd like the form to allow users to 'log-in' to the form to verify the identity of the claimant and then submit their request.
The idea is to have a user validate with an ID and/or password, and then just have them enter the details of the issue they're encountering. Preferably, their details will be filled behind-the-scenes when the email is sent.
I was thinking of having a database filled with the relevant user info, user name, password, which is checked upon entry. If the check is successful the user can then enter the details of their claim.
We've no need to have the user make an account as we can generate the database of log-in/user data ourselves.
This is intended to forward on to a system we use via email.
I'm asking because while I may have a general idea of how to do it, I'm really not sure how to go about it correctly.
I was wondering if anyone has access to a tutorial, or previous post that may help me?
Thanks