• 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: Conditional Field Behavior

Conditional Field Behavior 12 years 8 months ago #18387

  • dhefley
  • dhefley's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I know this isn't a "bug" or problem, but just an issue. If you have select which drives conditional fields, and your user tabs into that select, and picks one of the right options, the conditional fields never show. Of course, in IE, this throws a big fat JS error!

Right now, I just inserted a jQuery bit:

$("select").attr("tabindex", "-1");

so that dropdown selects can be tabbed into and forcing the use of the mouse. I don't consider this ideal and didn't know if there was any other way to fix this.

FWIW -> the entire form is hand created, and not using the auto generated layout, so is this a problem??
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!