jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Combo Box

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  pawanjoshi5 11 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Combo Box Posts
  • Combo Box #24295

    pawanjoshi5
    Member

    I want to create one user registration form, first column company name is combo box. once one of entries selected, other company details should automatically be filled. Address combo box should have mysql data of addresses of selected company, once address selected other details city, state, country etc should automatically be filled and third section of form contains personal information like First Name, Middle Name and Last Name, these combo box should show only user details having same company name and address; earlier selected.

    Now my query is : I have implemented one JQwidget combo box as company name and once I click on the adjacent field where click event based function to fill other company details. I am not able to get value of company by GetElementById. Please let me know what to do?

    Combo Box #24312

    Mariya
    Participant

    Hi pawanjoshi5,

    Please take a look at the following example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxcombobox/bindingtojson.htm?web
    It demonstrates how to get a value. I think it would be helpful to you.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    Combo Box #24463

    pawanjoshi5
    Member

    Thanks for your pleasant response. I got rid of this problem however I am facing one more problem, I have to use more than 1 combo box in my form. all the subsequent combo box are dependent to earlier one. Please let me know how I can load a combo box once a user change the value of earlier one. Please help me out.

    Thanks

    Pawan

    Combo Box #24464

    Mariya
    Participant

    Hi Pawan,

    Take a look at the provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/php/cascadingcombobox.htm?web
    If you have any further questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    Combo Box #24754

    pawanjoshi5
    Member

    Hi Again,

    I have used this widget and somehow the problem get resolved but in another way its getting worse. I want to create a form having following fields

    First Name – JQWidget
    Middle Name – JQWidget
    Last Name – JQWidget

    – both load after execution of first name.

    Once details of these combo box selected

    Address – JQWidget should load
    After selecting value – city state country etc details should be filled.

    After this if any of above combo box gets changed, this information should be changed. Please help me out in this regards.

    Thanks

    Pawan

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.