Contactez-nous
Vous consultez actuellement la page Contact Marrakech et Marrakech-Tensift-Al Haouz Resto.fr
"); _CF_error_exists = true; } //form element fromemail required check if( !_CF_hasValue(_CF_this['fromemail'], "TEXT", false ) ) { _CF_onError(_CF_this, "fromemail", _CF_this['fromemail'].value, "Entrez une adresse email valide! "); _CF_error_exists = true; } //display error messages and return success if( _CF_error_exists ) { if( _CF_error_messages.length > 0 ) { // show alert() message _CF_onErrorAlert(_CF_error_messages); // set focus to first form error, if the field supports js focus(). if( _CF_this[_CF_FirstErrorField].type == "text" ) { _CF_this[_CF_FirstErrorField].focus(); } } return false; }else { // run userdefined onSubmit javascript. return validate_captcha('input_captcha'); return true; } } //-->