Hello,
I have a simple form validation script that displays the fields with their respective data plus red marks where errors are found so that users don't have to retype their info.
The script will upload the user's file only in case there is no error. The problem is that I can't find a way to keep alive the file input since there is no VALUE parameter available.
Does anyone know how I could allow users to select their file only once even in case of errors?
Thanks a lot for helping !
I have a simple form validation script that displays the fields with their respective data plus red marks where errors are found so that users don't have to retype their info.
The script will upload the user's file only in case there is no error. The problem is that I can't find a way to keep alive the file input since there is no VALUE parameter available.
Does anyone know how I could allow users to select their file only once even in case of errors?
Thanks a lot for helping !
