• 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: Alert message on select

Alert message on select 12 years 3 weeks ago #17190

  • alevine
  • alevine's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,
I have a dropdown list in my form. It has 4 options from which to choose. If the user selects number three, I would like an error message to pop up. How can I do this?
thank you
The administrator has disabled public write access.

Re: Alert message on select 12 years 3 weeks ago #17193

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
In the Additional attributes area of the dropdown field you can use something like this:
onchange="if(this.selectedIndex == 3) alert('message');"
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!