albundy11 Posted April 1, 2010 Share Posted April 1, 2010 Salut !Je ne suis pas un expert de la programmation.J'ai modifié mon formulaire de contact et je souhaiterais faire en sorte que le remplissage du champ "Message" ne soit plus indispensable. Je pense que la solution est dans contact-form.php aux lignes suivantes : if (!($from = Tools::getValue('from')) OR !Validate::isEmail($from)) $errors[] = Tools::displayError('invalid e-mail address'); elseif (!($message = nl2br2(Tools::getValue('message')))) $errors[] = Tools::displayError('message cannot be blank'); elseif (!Validate::isMessage($message)) Je suis incapable de procéder à la bonne modification.Quelqu'un pourrait-il m'aider ?Merci et à bientôt. Link to comment Share on other sites More sharing options...
albundy11 Posted April 6, 2010 Author Share Posted April 6, 2010 Y'a-t-il un expert dans le forum PS ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now