Script URL:
Version of script:2.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
email check, email control, email adress
Write your message below:
Is there someone how can help me with a MOD or has a solution for me. What i would like to have is this:
When someone submit a new ticket i would like that there is a pop up after the person click on "Send" and that the pop up says: You have give the following email adress: email @adress.com Is this correct? Click OK to send your ticket or click cancel to update your email adress.
I would like to have this because there are many people that give's us a incorrect adress so they can't see the answer we give. And then the complain the site is corrupt.
Thanx for youre help! Hope you can help me ASAP
MOD sugesstion / script help
Moderator: mkoch227
Hi,
I made the following:
2 inputs for e-mail addresses
JavaScript
and server side checks
The user has to put in his/her e-mail address twice. After pressing the submit button a Javascript function checks if a name and 2 identical e-mail addresses have been typed.
If either the name or the 2 e-mails don't check out then a pop-up window tells the user that they have to check their inputs (focus is given on the firts faulty field).
If the Javascript finds an error in the userinput the submit will not go through to the original ubmit_ticket.php
If however the Javascript function in the users browser is turned off, then submit_ticket.php does all the above checks server-side.
So a solution that either works client-side or server-side. But it will always check the input and refuses to accept a ticket of something is wrong.
mraven please PM for the code and maybe some more explanation.

I made the following:
2 inputs for e-mail addresses
JavaScript
and server side checks
The user has to put in his/her e-mail address twice. After pressing the submit button a Javascript function checks if a name and 2 identical e-mail addresses have been typed.
If either the name or the 2 e-mails don't check out then a pop-up window tells the user that they have to check their inputs (focus is given on the firts faulty field).
If the Javascript finds an error in the userinput the submit will not go through to the original ubmit_ticket.php
If however the Javascript function in the users browser is turned off, then submit_ticket.php does all the above checks server-side.
So a solution that either works client-side or server-side. But it will always check the input and refuses to accept a ticket of something is wrong.
mraven please PM for the code and maybe some more explanation.
