Jump to content

trouble submiting form


droidus

Recommended Posts

can you give a reason why it should do anything? I can't see one..

 

as for practical form submissions: wrap the form in <form> tags and place a submit button inside of it.

 

<form action="action.php"  method="post">
   <input type="text" name="fatgorillas" value="" />
   <input type="submit" name="submit" value="submit this form" />
</form>

the only problem with it now, is that it looks like its the shape of a button... besides that, it works!

You can change that with css. just expirement a bit and keep in mind elements like this have some standard background borders margins etc. You can change all that.

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.