jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton CheckBox Value not submited

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 9 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • CheckBox Value not submited #75775

    sintes
    Participant

    Hello

    I want to submit a form, if a checkbox is checked. With the previous version i’m using (3.2.1) this works fine, but with the newest Version 3.8.2 the values are not submitted.

    $(‘#jqxFilter1’).jqxCheckBox({ width: 150, height: 20, theme: theme, checked: false });
    $(‘#jqxFilter1’).on(‘change’, function (event) {
    document.getElementById(‘FormFilter’).submit();
    });

    Any ideas?
    Regards,
    Christian

    CheckBox Value not submited #75780

    sintes
    Participant

    In the meantime I know all form fields build with jqxwidget are affected. The problem is that all fields should have also a name and not only an id… Then it works fine, also with the newest version.

    CheckBox Value not submited #75789

    Dimitar
    Participant

    Hello sintes,

    As shown in our demos with form submission, such as Login Form and Registration Form, form fields should, indeed, have their name attributes set.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.