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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:57:31+00:00 2026-05-26T11:57:31+00:00

I am using from https://github.com/posabsolute/jQuery-Validation-Engine The validation worked, but AJAX didn’t work… The problem

  • 0

I am using from https://github.com/posabsolute/jQuery-Validation-Engine

The validation worked, but AJAX didn’t work…
The problem is that it didn’t work to me many times, i tried to do it but it failed more than 30 times, i don’t know why, his AJAX submit php example isn’t useful to me…

There is my script to validate the form:

    $("#formID").validationEngine({promptPosition : "centerRight", scroll: false, ajaxFormValidation: true});

There is my jQuery AJAX script that i want to integrate with Validation Engine:

$.ajax({
    type: "POST",
    url: "send.php",
    data: sendData,
    beforeSend: function () {
        $("#ajax").show();
    },
    success: function () {

        $('#listo').html("<p>Thank you!</p>")
            .hide()
            .fadeIn(1000, function () {

        });
    }
});                       

And there another my PHP script to send data form:

function send_email() {
$message = "\nNombre: " . $_POST['nombre'] .
    "\nEmail: " . $_POST['email'] .
    "\nMensaje: " . $_POST['message'] .
    "\nTélefono: " . $_POST['tel'];

$message .= "\n\nBrowser Info: " . $_SERVER["HTTP_USER_AGENT"] .
    "\nIP: " . $_SERVER["REMOTE_ADDR"] .
    "\n\nDate: " . date("Y-m-d h:i:s");

$siteEmail = 'my@mail.com';
$emailTitle = 'Contact from your website';
$thankYouMessage = "succesful sent.";   

if(! mail($siteEmail, $emailTitle, $message, 'From: ' . $_POST['nombre'] . ' <' . $_POST['email'] . '>'))
    echo 'cannot send...';

}

Anyone can help me?

  • 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-26T11:57:31+00:00Added an answer on May 26, 2026 at 11:57 am

    Could you try this out:

    jQuery(document).ready(function () {
        jQuery("#formID").validationEngine({
            promptPosition: "centerRight",
            scroll: false,
            ajaxFormValidation: true,
            ajaxFormValidationURL: "send.php",
            onBeforeAjaxFormValidation: function () {
                $("#ajax").show();
            },
            onAjaxFormComplete: function () {
                $('#listo').html("<p>Thank you!</p>")
                    .hide()
                    .fadeIn(1000);
            }
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this jquery plugin to generate QR Codes from string: https://github.com/jeromeetienne/jquery-qrcode It
Recently I started using https://github.com/crowdint/rails3-jquery-autocomplete It works great, but I was trying to set
I am using the jQuery tree from here https://github.com/pioz/jquery-tree#readme The problem is rendering of
I'm using https://github.com/akzhan/jwysiwyg/ and i want to implement pasting from Word, but I'm not
Hi I'm using the TouchListView control from here: https://github.com/commonsguy/cwac-touchlist and I've added some buttons
I am using the encryptor gem from https://github.com/shuber/encryptor and need to be able to
I'm using version 2.1 of Aquamacs and django-mode from https://github.com/myfreeweb/django-mode . I installed it
I have upload the video on facebook using following code Help From : https://github.com/zoul/facebook-ios-sdk/
I hve try the MGTwitterEngine for oAuth from source https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth I am using this
I want to use the zsh-git-prompt, from this repo https://github.com/olivierverdier/zsh-git-prompt , I've been using

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.