Jump to content

greying out submit button in PHP?


acook

Recommended Posts

Hello,

 

I am writing a form, and I would like the "Submit" button to be greyed out when it's clicked ...I tried to use

 

<input type="submit" value="Search"/ onclick="this.disabled='disabled'">

 

But it just greys out the button and does not process the form.  Does anyone know how to write something similar in PHP?  Also, is it possible to create a message under the button that says something like "Hang tight...this might take a minute."?  I'm sure it's possible with Javascript but was thinking it might be possible in PHP?? 

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/56092-greying-out-submit-button-in-php/
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.