{lang: 'de'}
Flashhilfe.de - Flash Community

Kontaktfomulat, Formulat, Script [Flash CS5]

 


AntwortenRegistrieren Seite1  

mr.chuchu#1
Benutzerbild von mr.chuchu
Beiträge: 6
Registriert: Jan 2008

14.08.2011, 09:37

Hallo Leute, ich bearbeite gerade ein Flash-Tamplate und habe Probleme mit dem "Kontaktformular".
Unter den abzuladenden Daten habe ich zwei cripts für Kontakt, was muss ich außer die E-mailadresse ändern???

1. Contakt

<?xml version="1.0" encoding="utf-8"?>
<contactFormConfiguration>
   <emailTo>emailadresse@gmx.de</emailTo>
   <serverProcessorType>php</serverProcessorType>
   <serverProcessorFileName>contact</serverProcessorFileName>
   
             <validateRequiredOnly>false</validateRequiredOnly>
   <submitFormOnEnter>false</submitFormOnEnter>
   
   <messageSentText>Thank you for your message.</messageSentText>
   <messageSentFailedText>Sorry, your message couldn't be sent</messageSentFailedText>
   <formProcessingText>processing...</formProcessingText>
   
   <smtpServer>localhost</smtpServer>
   <smtpPort>25</smtpPort>
   <plainText>false</plainText>
   
   <emailFromSource>3</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>

AntwortenRegistrieren Seite1  

Schnellantwort

Du musst registriert sein, um diese Funktion nutzen zu können.

 
Ähnliche Beiträge zum Thema
Partner Webseiten: art-and-law.de  Mediengestalter.info   phpwelt.de   Scubacube.de  
Haftungsausschluss   Datenschutzerklärung   Impressum
© 1999-2024 Sebastian Wichmann - Flashhilfe.de