Is it possible to do this?
<form action="/process_form" method="get">
<input type="hidden" name="some_value" value="top_secret" />'
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure it’s possible, but the value will be visible in the URL you request when the form is submitted. I hope your value isn’t actually top secret. Actually, the value is visible to the client in any case, so it had better not be secret.