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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:23:18+00:00 2026-06-08T07:23:18+00:00

Im in the process of creating a simple HTML contact form and I would

  • 0

Im in the process of creating a simple HTML contact form and I would like to validate three fields; Name, Email and Message. However Im not the smartest when it comes to javascript field validation and would like some assistance. My current form is below:

<form action="cgi-bin/FormMail.pl" method="post">
<input type="hidden" name="subject" value="From the feedback form" />
<input type="hidden" name="redirect" value="thankyou.html" />
<p>Whatever you want to say here</p>
<p>&nbsp;</p>
<table>
<tr>
<td align="left">Name:</td>
<td><input type="text" name="name" size="30" value="" /></td>
</tr>
<tr>
<td align="left">E-Mail:</td>
<td><input type="text" name="email" size="30" value="" /></td>
</tr>
<tr>
<td align="left">Content:</td>
<td><textarea name="comment" cols="50" rows="5"></textarea></td>
</tr>
<tr>
<td><input type="submit" value="Submit" /></td>
<td></td>
</tr>
</table>
<input type="hidden" name="redirect" value="thankyou.html" />
</form>
  • 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-08T07:23:21+00:00Added an answer on June 8, 2026 at 7:23 am

    For your Reference : Modify as per your need

    <script type="text/javascript">
    function validateform()
    {
    var x=document.forms["myForm"]["name"].value;
    if (x==null || x=="")
      {
      alert("Name Is Blank");
      return false;
      }
    
    var x=document.forms["myForm"]["email"].value;
    var atpos=x.indexOf("@");
    var dotpos=x.lastIndexOf(".");
    if (atpos<1 || dotpos<atpos+2 || dotpos+2>=x.length)
      {
      alert("invalid e-mail address");
      return false;
      }
    
    var x=document.forms["myForm"]["comment"].value;
    if (x==null || x=="")
      {
      alert("Comment is blank");
      return false;
      }
    }
    </script>
    
    
    <form name="myForm" action="cgi-bin/FormMail.pl" method="post" onsubmit="return validateform()">
    <input type="hidden" name="subject" value="From the feedback form" />
    <input type="hidden" name="redirect" value="thankyou.html" />
    <p>Whatever you want to say here</p>
    <p>&nbsp;</p>
    <table>
    <tr>
    <td align="left">Name:</td>
    <td><input type="text" name="name" size="30" value="" /></td>
    </tr>
    <tr>
    <td align="left">E-Mail:</td>
    <td><input type="text" name="email" size="30" value="" /></td>
    </tr>
    <tr>
    <td align="left">Content:</td>
    <td><textarea name="comment" cols="50" rows="5"></textarea></td>
    </tr>
    <tr>
    <td><input type="submit" value="Submit" /></td>
    <td></td>
    </tr>
    </table>
    <input type="hidden" name="redirect" value="thankyou.html" />
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a simple form. I would like to use embedded javascript to
I am in the process of creating a site that i would like to
I'm looking to simplify the process of creating html emails, making it simple to
I'm in the process of creating an app. I'd like to have a pared
I'm creating a simple BizTalk 2010 process that will convert a 4010 835 file
I am in the process of creating some fluent interfaces for some simple validation
I am in the process of creating a very simple RTS game as a
I'm in the process of creating a simple API for my application. I have
What I am doing is creating a simple html page in which there is
I want to have a form which has a simple 2 step process: (If

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.