Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8667543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:59:19+00:00 2026-06-12T17:59:19+00:00

I have a form that I am trying to post to php using jQuery

  • 0

I have a form that I am trying to post to php using jQuery ajax, and it needs to be validated first.

The field looks like this:

<select name="inquirymodule[]" id="inquirymodule[]">
<option value="" selected>Select an Inquiry Module</option>
<option value="1">Module 1</option>
</select>

Additional selectors can be added with jQuery to allow as many selections to be made as needed, and all values posted in the inquirymodule variable.

I have read elsewhere that I think I can post this variable using the value

jQuery('#inquirymodule').serialize()

But I have validation running on the select, to make sure something is selected before it is submitted. Prior to making this an array variable, this worked:

jQuery('#inquirymodule').bind('change', function (event) {
    wizard.validate(true);
});

However I know that adding ‘[]‘ to the variable name will break the javascript here.

Any advice?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T17:59:21+00:00Added an answer on June 12, 2026 at 5:59 pm

    You can use the selector :

           $("select[name='inquirymodule[]']")
    

    To bind the change event to all inquirymodule elements :

         $("select[name='inquirymodule[]']").on('change',function() 
            {
               //code here
    
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a login form using jquery ajax and a php code. The issue
I'm using PHP for my server side language and have a form that returns
I have some tasks on a site in php using nginx that I'm trying
I have a html form and validated it using jquery bassitance plugin, then after
I have a form that searches a MySQL database using PHP. Currently, when a
I have a form that i am validating using jquery the validation plugin. What
I am trying to submit form to database using ajax. I have sucessfully managed
I'm trying to post some data to a PHP file using jQuery. If I
I am trying to validate username field in my form using jquery validation plugin.
I have a form that is trying to insert some data into an SQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.