- Home
- Categorie
- Coding e Sistemistica
- Coding
- Aiuto !!! Cerco script php per inviare mail da form flash - Offro compenso
-
Aiuto !!! Cerco script php per inviare mail da form flash - Offro compenso
Ciao a tutti io avrei bisogno di realizzare due pagine php che inviano mail per due form creati in xml da un sito flash:
Di seguito allego i due codici delle due pagine xml con i rispettivi campi che devono collegarsi alle due pagine php che poi inviano le mail:1° pagina di contatto
<data>
<form
type="form"
fSend="SEND"
fClean="CLEAN"
fSendAddress="contact_form.php"
fSendingMessage="Sending. Please wait."
fRequiredMessage="fill in this field"
fErrorMessage="An error occured. Please try again."
fCompleteMessage="Thank you...">
<formElement fName="hidden_field" fType="hidden" fValue="Field Value" />
<formElement title="NAME" fName="name" fType="string" fRequired="true" />
<formElement title="E-MAIL" fName="email" fType="email" fRequired="true" />
<formElement title="TITLE" fName="title" fType="string" fRequired="false" />
<formElement title="MESSAGE" fName="message" fType="multiline" fRequired="true" fLineCount="2" />
<formElement title="" fName="subscribe" fType="checkbox" fRequired="false">
<checkboxItem title="Subscribe to e-mail list." fSelected="true" />
</formElement>
</form>
</data>
2 pagina di contatto
<data>
<form
type="form"
fSend="SEND"
fClean="CLEAN"
fSendAddress="reservation_form.php"
fSendingMessage="Sending. Please wait."
fRequiredMessage="fill in this field"
fErrorMessage="An error occured. Please try again."
fCompleteMessage="Your reservation request has been sent. We're going to return to you as soon as possible. Thank you...">
<formElement fName="hidden_field" fType="hidden" fValue="Field Value" />
<formElement title="NAME" fName="name" fType="string" fRequired="true" />
<formElement title="PHONE" fName="phone" fType="string" fRequired="true" />
<formElement title="DATE & TIME" fName="date" fType="date" fRequired="false" fDefaultTime="21:00" />
<formElement title="PARTY SIZE" fName="party" fType="string" fRequired="true" fRestrict="0-9" />
<formElement title="MESSAGE" fName="message" fType="multiline" fRequired="true" fLineCount="2" />
</form>
</data>Sono disposto a pagare qualcosina. Qualcuno può aiutarmi?
Grazie per l'attenzione.
-
Ciao maxnegri,
hai posto la stessa domanda in questo thread.
Ti ricordo che non è concesso dal Regolamento:11. ** Crossposting**
11.0. Non è consentito postare lo stesso messaggio o parti di esso in più aree del forum, salvo casi di particolare interesse che dovranno comunque essere autorizzati da un Admin.
11.1. Messaggi crossposting verranno chiusi e quando possibile riuniti.
Se ripetuti potranno portare all'allontanamento dell'utente.