0
Please tell me how can i see the submited form in html
Html submitted form
6 ответов
+ 3
Dinesh Sharma
Through JavaScript you can submit and see your data.
+ 3
Dinesh Sharma
Like this
https://code.sololearn.com/WOexNMs6zRLB/?ref=app
If you want to see same submitted data again then you have to work with database.
+ 1
See my code !!
https://code.sololearn.com/WQZN82rAriFe/?ref=app
This is the answer...
0
I Am AJ please tell how
0
Thanks
- 1
To see the result you submitted you must submit your result to a page and there you could see and manage your result.
In the form you use <form action ="abcd.php" > type where actually your submitted results goes. So from abcd.php you can see them and manage them.
For this you need to work with backend like php or any other.