Multipurpose Send Mail Form Builder

v2.0

 

Examples

Example2: Multimedia form

To create follow form

so here is content of XML file

<?xml version="1.0"?>
<configuration>
   <sendmailPHP>http://jomtube.net/mysendmail/mail_sender.php</sendmailPHP>
   <form>
      <backgroundColor>#D0BC5F</backgroundColor>
      <borderDisplay>true</borderDisplay>
      <borderColor>green</borderColor>
      <title>Comment for Product</title>
      <width>600</width>
      <height>530</height>
   </form>
   <sendButton>
      <x>380</x>
      <y>20</y>
      <width>150</width>
      <height>40</height>
      <backgroundColor></backgroundColor>
      <textColor></textColor>
      <caption>Send email</caption>
      <toolTip>Press when ready to send</toolTip>
   </sendButton>
   <resetButton>
      <x>380</x>
      <y>70</y>
      <width>150</width>
      <height>40</height>
      <backgroundColor></backgroundColor>
      <visible>true</visible>
      <textColor></textColor>
      <caption>Reset</caption>
      <toolTip>Clear all text</toolTip>
   </resetButton>
   </configuration>
<objectlist>
   <object>
      <type>Label</type>
      <name>lblFirstName</name>
      <x>0</x>
      <y>2</y>
      <width>80</width>
      <height>20</height>
      <require>true</require>
      <value>First name</value>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtFirstname</name>
      <x>100</x>
      <y>0</y>
      <width>60</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars>012345678</excludeChars>
      <require>true</require>
      <fieldTitleInMail>First name</fieldTitleInMail>
      <toolTip>Enter your First name</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblLastName</name>
      <x>180</x>
      <y>0</y>
      <width>100</width>
      <height>20</height>
      <value>Last name</value>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtLastname</name>
      <x>260</x>
      <y>0</y>
      <width>80</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars>012345678</excludeChars>
      <fieldTitleInMail>Last name</fieldTitleInMail>
      <toolTip>Enter your Last name (optinal) </toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblGender</name>
      <x>0</x>
      <y>30</y>
      <width>100</width>
      <height>20</height>
      <value>Gender</value>
   </object>
   <object>
      <type>RadioButton</type>
      <name>optMaleGender</name>
      <x>100</x>
      <y>30</y>
      <width>60</width>
      <height>20</height>
      <value>Male</value>
      <select>true</select>
      <fieldTitleInMail>Male Gender</fieldTitleInMail>
      <toolTip></toolTip>
   </object>
   <object>
      <type>RadioButton</type>
      <name>optFemaleGender</name>
      <x>200</x>
      <y>30</y>
      <width>200</width>
      <height>20</height>
      <value>Female</value>
      <select>true</select>
      <fieldTitleInMail>Female Gender</fieldTitleInMail>
      <toolTip></toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblPosition</name>
      <x>0</x>
      <y>60</y>
      <width>200</width>
      <height>20</height>
      <require>false</require>
      <value>Your job</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>ComboBox</type>
      <name>cmbPosition</name>
      <x>100</x>
      <y>60</y>
      <width>200</width>
      <height>20</height>
      <value>
         <item>Sale Manager</item>
         <item>Site Manager</item>
         <item>Network Administrator</item>
         <item>Software Engineer</item>
      </value>
      <fieldTitleInMail>Current job</fieldTitleInMail>
      <toolTip>Select the job which relate to you</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblMail</name>
      <x>0</x>
      <y>90</y>
      <width>200</width>
      <height>50</height>
      <require>true</require>
      <value>Email</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtYourEmail</name>
      <x>100</x>
      <y>90</y>
      <width>200</width>
      <height>20</height>
      <value>myemail@gmail.com</value>
      <includeChars>@v</includeChars>
      <excludeChars>!#$%^(*()_</excludeChars>
      <fieldTitleInMail>Customer email</fieldTitleInMail>
      <toolTip></toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblSubject</name>
      <font>
         <name>Arial</name>
         <italic>true</italic>
      </font>
      <x>0</x>
      <y>120</y>
      <width>200</width>
      <height>20</height>
      <require>true</require>
      <value>Subject</value>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtSubject</name>
      <x>100</x>
      <y>120</y>
      <width>200</width>
      <height>20</height>
      <value>Need support</value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>true</require>
      <fieldTitleInMail>Subject</fieldTitleInMail>
      <toolTip></toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblMessage</name>
      <x>0</x>
      <y>150</y>
      <width>200</width>
      <height>20</height>
      <require>true</require>
      <value>Enter your message</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>RichTextEditor</type>
      <name>txtMessage</name>
      <x>0</x>
      <y>180</y>
      <width>350</width>
      <height>300</height>
      <require>true</require>
      <value></value>
      <fieldTitleInMail>Rich message</fieldTitleInMail>
   <toolTip></toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblFLVDemo</name>
      <x>360</x>
      <y>180</y>
      <width>200</width>
      <height>50</height>
      <value>Sample play video link in Contact Form. We also can see that this is a

wrap LABEL.</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>FLVPlayer</type>
      <name>player1</name>
      <x>360</x>
      <y>210</y>
      <width>180</width>
      <height>180</height>
      <autoPlay>true</autoPlay>
      <value>http://www.mediacollege.com/video-gallery/testclips/20051210-w50s.flv</value>
   </object>
   <object>
      <type>Label</type>
      <name>lblImageDemo1</name>
      <x>360</x>
      <y>380</y>
      <width>200</width>
      <height>20</height>
      <value>Sample image 1</value>
   </object>
   <object>
      <type>Image</type>
      <name>imgIndi1</name>
      <x>360</x>
      <y>400</y>
      <width>90</width>
      <height>80</height>
      <value>http://www.freeimageslive.com/galleries/workplace/financial/

creditcards1_small.jpg</value>
      <toolTip>This is sample of image from </toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblImageDemo2</name>
      <x>470</x>
      <y>380</y>
      <width>200</width>
      <height>20</height>
      <value>Sample image 2</value>
   </object>
   <object>
      <type>Image</type>
      <name>imgIndi2</name>
      <x>470</x>
      <y>400</y>
      <width>90</width>
      <height>80</height>
      <value>http://www.freeimageslive.com/galleries/workplace/financial/

financialspreadsheet0430_small.jpg</value>
      <toolTip>This is sample of image from </toolTip>
   </object>
</objectlist>

Back | Table of Contents | Next

 

Copyright © 2009 Best Flash Solutions, Inc. All rights reserved | Site map