can we make a form which can be autofilled by fetching data from the resume which was uploaded befor the form? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can we make a form which can be autofilled by fetching data from the resume which was uploaded befor the form?

At first we upload resume or CV and make a form in any language or script. then the form fetch data of resume or CV to fill it automatically.

6th May 2017, 3:51 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar
10 Answers
+ 1
Here you go.. A sample of json file load into elements https://code.sololearn.com/W9GH6h4vTOzb/?ref=app
6th May 2017, 7:23 AM
Calviղ
Calviղ - avatar
+ 3
Then you should study your particular pdf, doc file format first, which is a bit tedious. I would advise you to use json format, which can directly interpreted by Javascript.
6th May 2017, 4:05 AM
Calviղ
Calviղ - avatar
6th May 2017, 4:47 AM
Calviղ
Calviղ - avatar
+ 2
For autofill, you just need to extract the contents and update the elements by value attribute.
6th May 2017, 4:55 AM
Calviղ
Calviղ - avatar
+ 1
What kind of uploading cv format? In txt, doc, excel, xml, json or .....
6th May 2017, 3:56 AM
Calviղ
Calviղ - avatar
+ 1
thanks a lot
6th May 2017, 7:54 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar
0
format can be pdf,doc
6th May 2017, 4:02 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar
0
is there any example for doing that?
6th May 2017, 4:07 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar
0
thanks
6th May 2017, 4:55 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar
0
my javascript is not too good ,if you give code to extract a single field i will manage the rest of them. it will be very helpfull
6th May 2017, 5:03 AM
Ajit Singh Kushwaha
Ajit Singh Kushwaha - avatar