Hi,
May i know if someone ever done this. I've make one form for a contest where user can submit their detail, subscribe to our newsletter and upload their receipt of purchase. But one issue that i found out where when a same user re-enter the contest using same detail only the different receipt of purchase, their old uploaded file are missing from backend. Is there anyway that i can solve this issue where the file are not overwritten so we can see multiple receipt of purchase from the same user?
Thanks.
User Uploaded Files
Remi_AcybaSupport Senior
Hi,
This is kind of normal behavior, it's like you're changing your username it will erase it.
The best thing to do here is to create a second custom field file so they can upload a second file.
jvstratumSupport Senior
Why don't you use a form extension like RSForm to collect the data and run a script after submission of the form to add the user to your mailing list? That way they can submit the form as many times as they want.