Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
are you sure that this plugin can help me to shut out Email adresses like "@trashmail.com"?
Is it in the following code-snippet, or somewhere else?
Code:
//Check that the email is a valid style addressattribute_2if(!validateEmailAddress($sR_email)){$aRegisterError[]=$clang->gT("The email you used is not valid. Please try again.");}}else{$aRegisterError[]=$clang->gT("The email you used is not valid. Please try again.");// Empty email[