ActiveDen

Simple Dynamic XML Contact Form v1.0 (AS3)

Simple Dynamic XML Contact Form v1.0 (AS3) - ActiveDen Item for Sale

Simple Dynamic XML Contact Form v1.0 (AS3)
This program allows you to generate your contact form dynamically through a XML file.

TEMP PREVIEW
I have had request to put the form in my own hosting since the preview is not working. So here it is: http://www.samsonandkara.com/ContactForm/

The entire contact form can be included with 3 lines of code:
import com.tse.form.ContactContainer;
var frmContainer:ContactContainer = new ContactContainer(“forms/rsvp/” );
addChild(frmContainer);

The parameter for the ContactContainer is where the XML file is located.

In the preview, I’ve included a wedding rsvp form for a bride.

This is what the XML file looks like:

<?xml version=”1.0” encoding=”ISO-8859-2” standalone=”yes”?>
<-contact>
<-form color=”0×696969” scrollBgColor=”0×222222” scrollBgAlpha=”0.8” scrollRulerColor=”0×111111” scrollRulerAlpha=”0.9”>
<-field isRequired=”true” label=”Name” type=”input”><’/field>
<-field isRequired=”true” label=”E-mail” type=”input”><’/field>
<-field isRequired=”false” label=”Attending” type=”combo”>
<-item><![CDATA[Yes, I will be attending. ]]><’/item>
<-item><![CDATA[Sorry, I cannot make it. ]]><’/item>
<’/field>
<-field isRequired=”true” label=”Number of Attendee(s)” type=”input”><’/field>
<-field isRequired=”false” label=”Name of Attendee(s)” type=”textarea”><’/field>
<-field isRequired=”false” label=”Additional Remark” type=”textarea”><’/field>
<’/form>
<’/contact>

The possibilities are endless. You can create typical contact forms, support forms, rsvp, anything your heart desires. The best part is that you can do it all with a few changes in the xml file. The php program will automatically recognize all the fields and send the email to the address that you specified.

v1.0 Features
- Dynamic XML
- Email Validation
- Auto Scroll Bar
- Check for Reqiured Fields
- Php backend

Thanks for looking everyone!

by
by
by
by
by