How I will get the data of this form when visitors fills it up? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How I will get the data of this form when visitors fills it up?

Suppose I made a form and put it on my website. Customers filled it up. But how I will get the data of visitors who submitted the form.

11th Aug 2018, 12:12 PM
RISHAV RAI
3 Answers
+ 2
Depends on if you want to use JavaScript or PHP
11th Aug 2018, 12:16 PM
ReimarPB
ReimarPB - avatar
+ 1
you will need javascript for client side or another language for server side (php is popular with backend development but nodejs and python (django) is popular as well)
11th Aug 2018, 10:58 PM
GoodOldTimes
GoodOldTimes - avatar