Form question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Form question

Does form alter the code by the “submit”. Example: I fill out a form about age. (Question 2: if its sent to the server. What is that ‘server’) I click “submit” (Question 3: is it posible If the person makes it so that the submitted information is visible to other people)

5th Dec 2017, 10:45 AM
JOHNTHEBUN
JOHNTHEBUN - avatar
4 Answers
+ 5
Question 2: The reciever of your information Question 3: It depends If form method = 'get', then it will be visible and if form method = 'post', then it will be secured
5th Dec 2017, 10:52 AM
#RahulVerma
#RahulVerma - avatar
+ 3
How about post?
5th Dec 2017, 12:21 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 2
What does it mean to be secured
5th Dec 2017, 11:59 AM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 1
Secured means that no one can access your information, even server cannot
5th Dec 2017, 12:02 PM
#RahulVerma
#RahulVerma - avatar