• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: disable submit button after click?

disable submit button after click? 14 years 1 day ago #10492

Hello,

I know there are several scripts to prevent submitting a form more than x times. But the problem I have is people are clicking the submit button more than once while the form is still being processed. Result is the same form is submitted 3 or 4 times and all these scripts don't help.

Is there anyway to prevent this. Disabling the submit button immediately after it has been clicked would be great. Is this possible? Another way to solve the problem? Thanks in advance.
The administrator has disabled public write access.

Re:disable submit button after click? 13 years 11 months ago #10531

  • andreic
  • andreic's Avatar
  • NOW ONLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

Please try adding the following line in the "Additional attributes" of the "Submit" button:

onclick="this.disabled=true;"
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!