Jump to content

Submit before text field


TheFilmGod

Recommended Posts

			<div id="search_button">
			<button class="search" type="submit"><span>Search</span></button>
		</div>
		<input id="search" type="text" />

 

I didn't add the <form> tags yet. But when I do and put this live on a server, will it create problems?

 

<button>.... = <input type="submit" />

 

As you can see, the submit button goes before the actual text field. Will browsers have a problem sending the values out because of this?

Link to comment
https://forums.phpfreaks.com/topic/109149-submit-before-text-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.