How can I make a text only submit button?
I dont want to use an image or the default submit button
How can I make a text only submit button?
I dont want to use an image or the default submit button
If you use the default submit button, you can restyle it so it doesn't look like a button. There are plenty of Button related CSS posts out there to help you restyle it to look like whatever you want, including just plain text. The big issue though you'll run across is that not all browsers will handle this the same and we don't have other submit methods because they would require JavaScript to submit the form.