Hii sir,
i want to write ajax programming for retrieving information using id and displayed into dropdown.
I have write the logic for that,but i dont know how to put that into Chronoforms.
Please help me.
Hi anil_admin,
Please check the FAQs for double drop-down. I think that is what you are trying to do.
Bob
Thanx sir reply my queries,
sir but i want to fetch the database using id.
Autofill the dropdowns and radiobutton.
Actually i have done this on localhost,it works properly.
but how it could be use in chronoforms..
Hi anil_admin,
The host shouldn't make any difference - if it works on localhost then it should work similarly in a form.
The double-drop-down won't work for radio buttons (but you didn't mention those in your first post).
You can do this putting your Ajax JavaScript into a Load JavaScript action and the code to return the look-up values in a new event; then set the Ajax URL to link to that event e.g. ...&event=ajax
Bob
Hi anil_admin
You can do this putting your Ajax JavaScript into a Load JavaScript action and the code to return the look-up values in a new event; then set the Ajax URL to link to that event e.g. ...&event=ajax
You don't need to load the jquery.js file and you don't need <script> tags in the Load JavaScript box.
Bob
Hi anil_admin,
I'm sorry I really don't understand what you are trying to do here.
If you want to set the new option as selected then you can do that in your jQuery code.
Bob