Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Bom Galera minha duvida é a seguinte. Eu encontrei alguns templates na internet e resolvi colocamos em um site meu, só que eu estou tendo problemas em relação ao formulario de contato pois não recebemos os e-mails, fiz todas as configurações que se pede ne um video tuto mas mesmo assim meu problema não se resolveu. Esse template possui os seguintes arquivos:
contact.asp
contact.php
22620-form05structure.xml
22620-form05configuration.xml
index.html
e os outros arquivos que compõe o site, como o .swf pois o site todo é em flash.
para configurar eles mandar editar o aquivo "22620-form05configuration.xml" que possui o seguinte código:
>
<?xml version="1.0" encoding="utf-8"?>
<contactFormConfiguration>
<emailTo>your_email@domain.com</emailTo>
<serverProcessorType>php</serverProcessorType>
<serverProcessorFileName>contact</serverProcessorFileName>
<validateRequiredOnly>false</validateRequiredOnly>
<submitFormOnEnter>false</submitFormOnEnter>
<messageSentText>Thank you for your message.</messageSentText>
<messageSentFailedText>Thank you for your message.</messageSentFailedText>
<formProcessingText>processing...</formProcessingText>
<smtpServer>localhost</smtpServer>
<smtpPort>25</smtpPort>
<plainText>false</plainText>
<emailFromSource>2</emailFromSource>
<subjectSource>Contact Form from your site</subjectSource>
<validationErrorMessages>
<message type="fieldIsRequired">{LABEL} is required.</message>
<message type="emailNotValid">{LABEL} - is not valid email address.</message>
<message type="minCharsLimitError">{LABEL} - The specified number of characters in a field is less than a required minimum.</message>
<message type="reqExpError">{LABEL} - The specified string does not match with the regular expression.</message>
<message type="biggerThanMaxError">{LABEL} - The specified number is greater than an acceptable biggest number for this field.</message>
<message type="lowerThanMinError">{LABEL} - The specified number is lower than an acceptable lowest number for this field.</message>
<message type="notANumberError">{LABEL} - The data is not a number.</message>
<message type="negativeError">{LABEL} - The specified number must not be negative.</message>
<message type="minRequirementError">{LABEL} - The minimum number of variants is not selected</message>
<message type="maxRequirementError">{LABEL} - The number of variants selected exceeds the maximum</message>
<message type="shouldBeEqualError">{LABEL} - values do not match</message>
<message type="dateIsNotValidError">{LABEL} - date has wrong format</message>
</validationErrorMessages>
</contactFormConfiguration>
Eles manda alterar o campo:
<emailTo>your_email@domain.com</emailTo> --> E-mail para qual vou receber as mensagens
<serverProcessorType>php</serverProcessorType> --> e a depender do servidor colocar PHP ou Asp
e depois disso nao dizem mais nada...logo depois disso quando faço um teste ele simplesmente nao funciona.
Gostaria de uma ajuda de você em no que fazer, se eu preciso mudar algum action no flash, ou se eu errei algo no que configurar...
Obrigado
Carregando comentários...