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 3357314
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:37:05+00:00 2026-05-18T02:37:05+00:00

As you see in the snapshot, variable names are shown e.g. email_address, email_message and

  • 0

alt text

As you see in the snapshot, variable names are shown e.g. “email_address”, “email_message” and “email_subject”. Instead i want to print “Email”, “Message” and “Subject”.

MM_validateForm() Javascript is used for validation.

  • 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-18T02:37:06+00:00Added an answer on May 18, 2026 at 2:37 am

    Two ways to try this.

    1. Rename your input names, e.g. email_address => Email. This also means you need to rewrite some of your PHP, e.g. $_REQUEST[’email_address’] => $_REQUEST[‘Email’];

    A second way without doing a ton of rewriting you could do something like this add this function into your script tags:

    function returnUserFriendlyLabel( nm )
    {
          var val;
          switch( nm ) {
              case "email_address":
                val = 'Email';
                break;
              case "email_message":
                val = "Message";
                break;
              // etc.
              default:
                // just incase you missed a label
                alert( 'Unhandled label: ' + nm );
    
          }
    
          return val;
    }
    

    Then wherever you see this:

    +nm+
    

    You replace it with

    +returnUserFriendlyLabel(nm)+
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In preferences of STS I see 2 Mavens: 3.0.2 and 3.0-SNAPSHOT Why STS needs
I see an error message related to transaction isolation levels. There are two tables
Below, you'll see a snapshot of Firebug's Net Panel/Tab after I clicked a submit
I want to take a snapshot of memory of process in action on mac.
I need to get a regular snapshot from a webcam in Delphi. Speed is
I posted a question to the DBunit mailing list about an error I see
I have a method which should return a snapshot of the current state, and
I switched from tripleplay and react from 1.0 and 1.1 to 1.1-SNAPSHOT and 1.2-SNAPSHOT
Heres what happened. I had a snapshot on which I was working from within
in the image gallery i'm working on, I want a horizontal scroll (ie. the

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.