How can i direct a submit to a place where i can visit the input ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i direct a submit to a place where i can visit the input ?

4th Nov 2016, 11:33 AM
Shashwat Shivam
Shashwat Shivam - avatar
4 Answers
+ 1
let the type of the input equal submit e.g. <input type="submit" value="">
5th Nov 2016, 9:37 AM
Ahmed Nasr Harg
+ 1
so how to mention the location where this value gets submitted?
5th Nov 2016, 10:15 AM
Shashwat Shivam
Shashwat Shivam - avatar
+ 1
when creating the form there is an attribute called action is responsible for it e.g <form action="location name"> </form>
5th Nov 2016, 10:20 AM
Ahmed Nasr Harg
+ 1
that would really help, thanks a lot
5th Nov 2016, 10:38 AM
Shashwat Shivam
Shashwat Shivam - avatar