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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:46:10+00:00 2026-06-18T16:46:10+00:00

All, I have a contact form on my page. I’ve got some jQuery things

  • 0

All,
I have a contact form on my page. I’ve got some jQuery things to contorl the form submission and I also have some PHP validation before I send the form. I’m still getting some blank emails. I make the email address and name a required field. I then have the following PHP:

<?php
$email = $_POST['email'];
if($email != ""){
     //send email
}

I’m still getting emails though. Would use the empty function work? I’m just trying to make sure there is actually text in the field for it to send instead of being able to send the blank form. What methods do people use to control this?

Thanks in advance!

  • 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-18T16:46:11+00:00Added an answer on June 18, 2026 at 4:46 pm

    Perhaps you should trim your string to avoid the use of blank spaces:

    <?php
    $email = trim($_POST['email']);
    if(!empty($email)){
         //send email
    }
    

    More info: http://www.php.net/manual/en/function.trim.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a php contact form which all works well with its validation etc,
Hey all, I have a basic HTML contact form that goes to a .php
I have a web page, and after the contact form is submitted, the contents
I have an HTML5 form set up like so: <form id=contact-form action=php/email.php> <fieldset> <ul
I'm using the jQuery Validation plugin with Wordpress to validate my contact page. I
I am new to PHP, but, I have a simple contact form that is
I built a contact form in PHP inside a Wordpress page, using the exec-php
I have this contact form on my website, the things i want to do
I am in the process of creating a PHP contact form and all I
On my Contact#new form I have a drop down which gets all the company

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.