• 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: Dynamic list update

Dynamic list update 12 years 9 months ago #18153

Is there any solution to update a field of list according to the selection of another list in the same form?

For example, for a car selection, you have to select first the brand from a list, then, a second list is updated with all the type of car of this specific brand.

I think that I have to implement AJAX mecanism. So is it the best solution and is it possible with RSForm Pro (and how)?
The administrator has disabled public write access.

Re: Dynamic list update 12 years 9 months ago #18155

Check out this link from the Front End demo section of RSJoomla. It is an example of a dynamic dropdown car selection form.

demo.rsjoomla.com/dynamic-drop-down-change-form-example
The administrator has disabled public write access.
The following user(s) said Thank You: kawasaki31

Re: Dynamic list update 12 years 9 months ago #18158

Sorry, I have not seen this example. Seems to be quite near to my need!

In fact, the data are contained in my database.
Is it a good solution to create a hidden field in the form that contains the values and which is created by a php command at the call of the form and the access to this field in the javascript to update the seconf list? Or is there a better solution?
The administrator has disabled public write access.

Re: Dynamic list update 12 years 9 months ago #18159

After reflexion, an array in the argument of the javascript function will be better I think.
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!