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

  • Home
  • SEARCH
  • 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 7410731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:16:43+00:00 2026-05-29T06:16:43+00:00

var fields = [‘firstName’, ‘lastName’, ‘address’, ‘postCode’, ’email’, ‘phone’, ‘dob’]; for (var i=0; i<fields.length;

  • 0
var fields = ['firstName', 'lastName', 'address', 'postCode', 'email', 'phone', 'dob'];
    for (var i=0; i<fields.length; i++) {
            if (!$('#'+fields[i]).val()) {
                alert('The ' + getFieldTitle(fields[i]) + ' field is required.');


                return false;
            }
            values.fields[i] = $('#'+fields[i]).val();
            console.log($('#'+fields[i]).val() , values , fields[i]);
        }

Values is defined as a global variable at the beginning of the script. It seems that on the first iteration of assigning the proper name to the array position I get a failure. What i log the field names they appear to show up correctly but they don’t get assigned to the array values properly?

EDIT: Left out the fields initialization at first, sorry about that

  • 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-05-29T06:16:43+00:00Added an answer on May 29, 2026 at 6:16 am

    If you want an object containing the id and value:

    // set values equal to an empty object
    var values={};
    var fields = ['firstName', 'lastName', 'address', 'postCode', 'email', 'phone', 'dob'];
    for (var i=0; i<fields.length; i++) {
            if (!$('#'+fields[i]).val()) {
                alert('The ' + getFieldTitle(fields[i]) + ' field is required.');
                return false;
            }
    // Here's the only line you need to change
            values[fields[i]] = $('#'+fields[i]).val();
            console.log($('#'+fields[i]).val() , values , fields[i]);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

var text = $(input#text).val(); if (text == ) { $(input#text).focus(); alert(Please complete all fields);
HTML: <input id=email name=email type=text /> <input id=password name=password type=password /> JavaScript: var fields
I got a function which checks if some input fields are changed: var somethingchanged
I have a FormPanel with 3 fields and a JsonReader. Here's the setup: var
If you are doing something like the following: var i = $('input[@name=some_field]'); if (i.val()
var newUser = new tblUser() { Email = strEmail, Password = strPassword, DateBirth =
Complete Flash / AS Noob here. Friend wanted a change in Email address and
i have the problem with displaying fields on form var test = Ext.create('Ext.form.Panel', {
I have this object: function formBuddy() { var fields = new Array(); var labels
Do you have the solutions that public static class fields in PHP4 var static

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.