Hi! I need your help again ^^"
When i save the form as draft, the attachments are not saved with it. So, when i get back on the draft i had to attach all the files again.
Is this a problem already observed? Or it's only mine?
The form that i've attached it's enough to find the problem?
tyvm!!
Hi Angie,
I have not the slightest idea what this form is designed to do - are you showing the same page multiple times and allowing a file to be uploaded each time?
If you save the file names to your table (which I don't have) then you should be able to re-build links to them to attach to an email. But as there is no Email action in your form I don't know what you want to attach them to?
Bob
Okey, delete all the messages that i've write before xD i'll try to explain in another way!
In the "upload files/scegli file" (see attachment) of forms, i would like that a default file appear automatically or that this file can be resume from the batabase.
So, in this way, users that start a form can be decide to 1) keep the document already loaded and dont load another or 2) load another file.
Is this possible?? tyvm!
Hi Angie,
Yes, with a little work - please see the FAQ that I linked to.
Bob
Hi Enzo,
You can't set the value of a File input element like that - the 'normal' value is set in the form to be a path on the user's computer. It makes no sense to add a URL on the server.
Please see the FAQ I linked to earlier - what you can do is show some info about a file that has already been uploaded and use an empty File input element to let them upload a replacement if they wish to.
Bob
Thanks Bob, but the field is mandatory, so the user must load something to proceed😟
Hi enzo,
Then you'd need to remove the 'required' validation if there is already a file uploaded. You can do that be using two different code blocks - one showing the existing file and the non-required file element and the other showing a required file element.
Bob