+ 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)
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
+ 3
How about post?
+ 2
What does it mean to be secured
+ 1
Secured means that no one can access your information, even server cannot