Automatically fill form inputs from uplooaded document

Hi Everyone!
I have form element one of my page and it has file upload, name, email etc. input fields. I wonder is anyone know is it possible to automatically fill those name and email fields from uploaded file.

Please help me about this.
Thanks a lot!

Hi Beril,

Yes, Javascript can be used to parse the file as soon as it’s uploaded ( before the form is submitted ), and set your fields. This is all custom code so you’d probably want a simple file format that’s easy to parse.

1 Like