Forums

please point me in the right direction

rmishka 10 Oct, 2013
hi,
this is what I'm trying to do.

1. A multy-page form, if the user did not fill out the entire form they enter their email and hit fill out later. So they get an email with a URL that will take them back to their form, so they can review the information later and complite the form.

2. can the form data be encripted?
3. can I upload a file that will be attached to this form somehow. can fhe file be encripted?

thanks in advance
GreyHead 11 Oct, 2013
Hi rmishka,

1) Yes you can save the data when the form is submitted, generate a Unique ID and send a link to including the id so that the user can recover the saved data and continue editing the form.

2) I've never tried to encrypt form data. I think it must be possible but would probably mean that you have to hand-code the database queries if you use MySQL encryption; or hand-code PHP to encrypt before saving. You'll also need to think about how you handle the encryption keys.

3) I've no idea.

This is not a simple form and you will need some considerable coding knowledge to get it all working.

Bob
This topic is locked and no more replies can be posted.