But the form stop working whenever I use it. It submits and
nothing happens. When i remove that code the login form then works
properly... Any suggestions. Thanks!
have you tried submiting the form before disabling the
button?
lovewebdev wrote:
> I'm using this script to disable the submit button after
it's clicked once:
>
>
onclick="this.disabled=true;this.value='Processing...';submit()"
>
> But the form stop working whenever I use it. It submits
and nothing happens.
> When i remove that code the login form then works
properly... Any suggestions.
> Thanks!
>