MIDO-MIDO
Messages postés24Date d'inscriptiondimanche 27 avril 2008StatutMembreDernière intervention15 octobre 2014
-
Modifié par MIDO-MIDO le 5/01/2012 à 14:10
MIDO-MIDO
Messages postés24Date d'inscriptiondimanche 27 avril 2008StatutMembreDernière intervention15 octobre 2014
-
6 janv. 2012 à 14:14
Bonjour tout le monde, j'ai récemment mis au point un site.
un seul beug est présent c'est que j'ai un formulaire contenant 3 champs quand on le rempli je dois recevoir un mail contenant ces informations: j'ai testé , j'ai un résultat true send sauf que dans ma boite mail je ne reçois rien (ni dans la boite de reception ni dans la spam et l'adresse mail c'est celle de mon site)
svp si quelqu'un peut m'aider car j'ai mis le site en ligne et c'est très important ce formulaire, MERCI
mon site est en ligne et j'ai testé ca marche pas malheureusement
formulaire
<?xml version="1.0" encoding="UTF-8" ?>
<form url_config="xml/configuration_form.xml">
<date button_send_x="490" button_send_y="209" alert_x="0" alert_y="210">
<item x="0" y="0" returnable_email="true" title="Email:" type="input" key="e_mail" verification="e_mail"/>
<item x="355" y="0" subject="true" title="Téléphone:" type="input" key="subject" verification="not_empty"/>
<item x="0" y="75" title="Avis / Commande:" type="textarea" key="comment" verification="not_empty"/>
</date>
<title>
<![CDATA[<head2>Contact</head2>]]>
</title>
<desc>
<![CDATA[<body><head2>Contact</head2><br>Pour toute commande/avis je vous invite à remplir le formulaire tout en précisant les références des articles que vous souhaitez commander et votre numéro de téléphone/avis.<br><br>rance<br><E-mail: <a href="mailto:contact@monsite.com">contact@monsite.com</a>
</body>
]]>
</desc>
</form>
page configuration
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- BACKGROUND FORM -->
<BACKGROUND_COLOR>0x20121b,90</BACKGROUND_COLOR>
<!-- color border error -->
<COLOR_BORDER_ERROR>0xFF0000,100</COLOR_BORDER_ERROR>
<!-- color border select -->
<COLOR_BORDER_SELECT>0xa42775,100</COLOR_BORDER_SELECT>
<!-- background input text -->
<BACKGROUND_INPUT_TEXT>0x281c25,100</BACKGROUND_INPUT_TEXT>
<!-- background input text - frame -->
<BACKGROUND_INPUT_TEXT_FRAME>0xa42775,100</BACKGROUND_INPUT_TEXT_FRAME>
<!-- background color button send and reset -->
<BUTTON_BCG_COLOR>0xb42980,100</BUTTON_BCG_COLOR>
<!-- pathway php file -->
<URLSEND>php/url_send.php</URLSEND>
<!-- alert send==true -->
<SENDTRUE>sendTrue</SENDTRUE>
<!-- alert send = false -->
<SENDFALSE>sendFalse</SENDFALSE>
<!-- alert send==progress -->
<SENDPROGRESS>sendProgress</SENDPROGRESS>
<!-- button send -->
<BUTTONSEND>Envoyer</BUTTONSEND>
<!-- button reset -->
<BUTTONRESET>Annuler</BUTTONRESET>
<!-- space y row -->
<SPACEY>14</SPACEY>
<!-- align button R OR L -->
<ALIGNBUTTON>L</ALIGNBUTTON>
<!-- title color -->
<TITLECOLOR>0xFFFFFF</TITLECOLOR>
<!-- input color -->
<INPUTCOLOR>0xc8adc5</INPUTCOLOR>
<!-- input background -->
<INPUTBACKGRONDCOLOR></INPUTBACKGRONDCOLOR>
<!-- border color input -->
<BORDERCOLOR>0xFF0000</BORDERCOLOR>
<!-- error color -->
<ERRORBORDERCOLOR>0xFF0000,0</ERRORBORDERCOLOR>
<!-- alert color -->
<ALERTCOLOR>0xFFFFFF</ALERTCOLOR>
<!-- button text color -->
<BUTTONTEXTCOLOR>0xFFFFFF</BUTTONTEXTCOLOR>
<!-- color background button -->
<BUTTONBACKGROUNDCOLOR>0x13AFD9,100</BUTTONBACKGROUNDCOLOR>
<!-- position x -->
<POSITION_X>20</POSITION_X>
<!-- position y -->
<POSITION_Y>90</POSITION_Y>
<!-- your e-mail -->
<SENDTO>contact@monsite.com</SENDTO>
<!-- headline e-mail -->
<HEADLINE>Hello !</HEADLINE>
</configuration>