How to create form that can be filled on many times

wiss 19 Apr, 2012
Hello

I want to built a form that can be filled on many times. and each times users can view the informations that they already filled and saved.

Example:

we Have a textarea, and 2 upload files.
we have 2 buttons 1- Save ( this will only save data in DB without sending Email or submitting the form).
2- Send my files ( Emails are sent to Admin & thank you message to user ( normal function like submitting usual form )


Regards
Wicem
wiss 23 Apr, 2012
Hello Bob
Thanks for your answer.
Im using the load recorder event on my form.it works fine i have the values of the record loaded, but im wondering on how to show the link of the uploaded files next to the upload input.
Thanks You
Regards
GreyHead 29 Apr, 2012
Hi wis,

To show a link you need to add the normal HTML link code
<a href='some_path/{file_name}' >Click here</a>

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