<form action="/example/html/form_action.aspx">
<input type="text" name="firstname" value="Mickey">
<input type="text" name="lastname" value="Mouse">
<input type="submit" value="Submit">
<p>If you click "Submit", the form-data will be sent to a page called "action_page.php".</p>