Hi guys,
I have a form does custom field check with custom error message. This form also accepts image uploads.
How do I input code in the Form tag attachment field?
for verification i use:
and image upload i use
I tried adding them together and seperate by ";" but it doesnt work.
Please help.
Thanks,
William
I have a form does custom field check with custom error message. This form also accepts image uploads.
How do I input code in the Form tag attachment field?
for verification i use:
onSubmit="return checkForm(this)"
and image upload i use
enctype='multipart/form-data'
I tried adding them together and seperate by ";" but it doesnt work.
Please help.
Thanks,
William