
Need some AJAX/Javascript validation coded to an existing Wordpress sign up form
- or -
Post a project like this4117
£50(approx. $67)
- Posted:
- Proposals: 4
- Remote
- #707760
- Completed
Description
Experience Level: Intermediate
General information for the website: Restaurant chain
Kind of development: Customization of existing website
Num. of web pages/modules: 1
Description of requirements/features: Hi
I have a Wordpress website I am maintaining for a new client, they have a sign up form which links off to a third party system by submitting various fields:
email (mandatory text field)
first name (mandatory text field)
last name (mandatory text field)
nearest branch (mandatory select dropdown)
birth date (NOT mandatory)
Currently the form only validates against the first field, email address. I need someone who can program the validation against the remaining fields.
This is whats being used to check the EmailAddress field is being completed...
//Checks that a request is being made via AJAX with at least the email set
protected function isValidRequest(){
global $helpers;
if( ! $helpers->isAJAX() ){
return false;
}
return isset( $this->requestData['EmailAddress'] );
}
The work needs to be carried out on our own test server, FTP access will be available but I will need to know all files and changes that have been made in order for it to be put live later on.
Also we need to be careful on testing submissions to the third party, so once work has been completed and we can see the error message appearing for the other mandatory fields we will need to perform some official tests.
Extra notes:
Kind of development: Customization of existing website
Num. of web pages/modules: 1
Description of requirements/features: Hi
I have a Wordpress website I am maintaining for a new client, they have a sign up form which links off to a third party system by submitting various fields:
email (mandatory text field)
first name (mandatory text field)
last name (mandatory text field)
nearest branch (mandatory select dropdown)
birth date (NOT mandatory)
Currently the form only validates against the first field, email address. I need someone who can program the validation against the remaining fields.
This is whats being used to check the EmailAddress field is being completed...
//Checks that a request is being made via AJAX with at least the email set
protected function isValidRequest(){
global $helpers;
if( ! $helpers->isAJAX() ){
return false;
}
return isset( $this->requestData['EmailAddress'] );
}
The work needs to be carried out on our own test server, FTP access will be available but I will need to know all files and changes that have been made in order for it to be put live later on.
Also we need to be careful on testing submissions to the third party, so once work has been completed and we can see the error message appearing for the other mandatory fields we will need to perform some official tests.
Extra notes:
Richard P.
100% (93)Projects Completed
91
Freelancers worked with
50
Projects awarded
64%
Last project
15 May 2026
United Kingdom
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies