1

I would like to issue a submit from my form and have data sent back to the server. Is the only data sent to the server that which appears within the form ( xxx fields etc.) or will the data such as that in the input fields yyy also be sent to the server?

<form action="/adminTopic/Edit" method="post"> xxx </form> yyy 
1
  • 1
    Is having input fields outside of forms even valid HTML? If not, the answer might vary from browser to browser. Commented Jun 5, 2011 at 6:28

1 Answer 1

1

Only the fields within the form will be submitted, in this case only xxx sent back to the server

Sign up to request clarification or add additional context in comments.

1 Comment

Welcome, you might take note at @Ulrich Schwarz comment as well, make sure it is valid HTML

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.