Multipurpose Send Mail Form Builder

v2.0

 

Examples

Example3: Survey

To create follow survey

so here is content of XML file

<?xml version="1.0"?>
<configuration>
   <sendmailPHP>http://jomtube.net/mysendmail/mail_sender.php</sendmailPHP>
   <form>
      <backgroundColor>#D2BABA</backgroundColor>
      <borderDisplay>false</borderDisplay>
      <width>480</width>
      <height>530</height>
      <scrollBarVertical>true</scrollBarVertical>
      <scrollBarHorizontal>false</scrollBarHorizontal>
   </form>
   <sendButton>
      <x>10</x>
      <y>1460</y>
      <width>100</width>
      <height>30</height>
      <backgroundColor>#44DB64</backgroundColor>
      <textColor>Yellow</textColor>
      <caption>Submit</caption>
      <toolTip>Press when you are ready to send</toolTip>
   </sendButton>
   <resetButton>
      <x>156</x>
      <y>1460</y>
      <width>100</width>
      <height>30</height>
      <backgroundColor>red, haloOrange</backgroundColor>
      <visible>false</visible>
      <textColor>green</textColor>
      <caption>Clear</caption>
      <toolTip>Clear all text</toolTip>
   </resetButton>
</configuration>
<objectlist>
   <!-- Title -->
   <object>
      <type>Label</type>
      <name>lblTitleMain</name>
      <x>10</x>
      <y>10</y>
      <width>400</width>
      <height>20</height>
      <require>false</require>
      <value>Volunteer Recruitment</value>
      <font>
         <name>Arial</name>
         <size>22</size>
         <color>#de49a8</color>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle1</name>
      <x>10</x>
      <y>50</y>
      <width>430</width>
      <height>20</height>
      <value>Thank you for expressing interest in volunteering with our organization. Please answer a few questions to assist us in matching you with an event or program.</value>
   </object>

   <!-- Question 1. -->
   <object>
      <type>Label</type>
      <name>lblTitle2</name>
      <x>10</x>
      <y>100</y>
      <width>480</width>
      <height>20</height>
      <require>false</require>
      <value>Which programs are you interested in volunteering for?</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- Answer for question 1 -->
   <object>
      <type>RadioButtonGroup</type>
      <name>RadioButtonGroup1</name>
      <x>10</x>
      <y>120</y>
      <width>400</width>
      <height>140</height>
      <distance>2</distance>
      <value>
         <item>Homelessness</item>
         <item>Child Abuse and Neglect</item>
         <item>Drug and Alcohol Addiction</item>
         <item>Medical Research</item>
         <item>Health and Safety</item>
         <item>Other</item>
      </value>
      <selection>2</selection>
      <fieldTitleInMail>Which programs are you interested in volunteering for?         </fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Question 2. -->
   <object>
      <type>Label</type>
      <name>lblTitle3</name>
      <x>10</x>
      <y>270</y>
      <width>480</width>
      <height>20</height>
      <require>false</require>
      <value>Which events are you interested in volunteering for?</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- Answer for question 2 -->
   <object>
      <type>RadioButtonGroup</type>
      <name>RadioButtonGroup2</name>
      <x>10</x>
      <y>290</y>
      <width>400</width>
      <height>90</height>
      <distance>2</distance>
      <value>
         <item>Annual walk-a-thon</item>
         <item>Quarterly Raffle</item>
         <item>Black-tie Gala</item>
         <item>Other</item>
      </value>
      <selection>0</selection>
      <fieldTitleInMail>Which events are you interested in volunteering for?</fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Question 3. -->
   <object>
      <type>Label</type>
      <name>lblTitle4</name>
      <x>10</x>
      <y>395</y>
      <width>480</width>
      <height>20</height>
      <require>false</require>
      <value>How many hours per week would you be able to dedicate?</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- Answer for question 3 -->
   <object>
      <type>RadioButtonGroup</type>
      <name>RadioButtonGroup3</name>
      <x>10</x>
      <y>415</y>
      <width>400</width>
      <height>110</height>
      <distance>2</distance>
      <value>
         <item>3 hours or less</item>
         <item>3 to 5 hours</item>
         <item>5 to 10 hours</item>
         <item>10 to 20 hours</item>
         <item>20 or more hours</item>
      </value>
      <selection>0</selection>
      <fieldTitleInMail>How many hours per week would you be able to dedicate?</fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Question 4. -->
   <object>
      <type>Label</type>
      <name>lblTitle5</name>
      <x>10</x>
      <y>540</y>
      <width>480</width>
      <height>20</height>
      <require>false</require>
      <value>What days of the week are you available?</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- Answer for question 4 -->
   <!-- Select 4.1 -->
   <object>
      <type>CheckBox</type>
      <name>chk41</name>
      <x>10</x>
      <y>560</y>
      <width>200</width>
      <height>20</height>
      <value>Monday</value>
      <select>false</select>
      <fieldTitleInMail>Monday</fieldTitleInMail>
   </object>
   <!-- Select 4.2 -->
   <object>
      <type>CheckBox</type>
      <name>chk42</name>
      <x>10</x>
      <y>580</y>
      <width>200</width>
      <height>20</height>
      <value>Tuesday</value>
      <select>false</select>
      <fieldTitleInMail>Tuesday</fieldTitleInMail>
   </object>
   <!-- Select 4.3 -->
   <object>
      <type>CheckBox</type>
      <name>chk43</name>
      <x>10</x>
      <y>600</y>
      <width>200</width>
      <height>20</height>
      <value>Wednesday</value>
      <select>false</select>
      <fieldTitleInMail>Wednesday</fieldTitleInMail>
   </object>
   <!-- Select 4.4 -->
   <object>
      <type>CheckBox</type>
      <name>chk44</name>
      <x>10</x>
      <y>620</y>
      <width>200</width>
      <height>20</height>
      <value>Thursday</value>
      <select>false</select>
      <fieldTitleInMail>Thursday</fieldTitleInMail>
   </object>
   <!-- Select 4.5 -->
   <object>
      <type>CheckBox</type>
      <name>chk45</name>
      <x>10</x>
      <y>640</y>
      <width>200</width>
      <height>20</height>
      <value>Friday</value>
      <select>false</select>
      <fieldTitleInMail>Friday</fieldTitleInMail>
   </object>
   <!-- Select 4.6 -->
   <object>
      <type>CheckBox</type>
      <name>chk46</name>
      <x>10</x>
      <y>660</y>
      <width>200</width>
      <height>20</height>
      <value>Saturday</value>
      <select>false</select>
      <fieldTitleInMail>Saturday</fieldTitleInMail>
   </object>
   <!-- Select 4.7 -->
   <object>
      <type>CheckBox</type>
      <name>chk47</name>
      <x>10</x>
      <y>680</y>
      <width>200</width>
      <height>20</height>
      <value>Sunday</value>
      <select>false</select>
   <fieldTitleInMail>Sunday</fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Question 5. with text answer -->
   <object>
      <type>Label</type>
      <name>lblExperienceList</name>
      <x>10</x>
      <y>720</y>
      <width>430</width>
      <height>20</height>
      <require>true</require>
      <value>Please list any relevant experiences you have that you feel would benefit any of the above programs or events.</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <object>
      <type>TextArea</type>
      <name>txtExperienceList</name>
      <x>10</x>
      <y>760</y>
      <width>430</width>
      <height>100</height>
      <require>true</require>
      <value></value>
      <fieldTitleInMail>Please list any relevant experiences you have that you feel would benefit any of the above programs or events.</fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Question 6. -->
   <object>
      <type>Label</type>
      <name>lblTitle6</name>
      <x>10</x>
      <y>890</y>
      <width>480</width>
      <height>20</height>
      <require>true</require>
      <value>How did you find out about our organization?</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- Answer for question 6 -->
   <object>
      <type>RadioButtonGroup</type>
      <name>RadioButtonGroup4</name>
      <x>10</x>
      <y>910</y>
      <width>400</width>
      <height>150</height>
      <distance>2</distance>
      <value>
         <item>Direct Mail</item>
         <item>Advertisement</item>
         <item>Online Search</item>
         <item>Friend / Family</item>
         <item>Business Colleague</item>
        <item>Other</item>
      </value>
      <selection></selection>
      <fieldTitleInMail>How did you find out about our organization?</fieldTitleInMail>
   </object>
   <!-- END of QUESTION -->

   <!-- Require user information -->
   <object>
      <type>Label</type>
      <name>lblTitle13</name>
      <x>10</x>
      <y>1060</y>
      <width>400</width>
      <height>20</height>
      <value>Please Provide Your Contact Information</value>
      <font>
         <size>12</size>
         <color>Yellow</color>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle14</name>
      <x>10</x>
      <y>1080</y>
      <width>80</width>
      <height>20</height>
      <require>true</require>
      <value>Name</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtFirstname</name>
      <x>10</x>
      <y>1100</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>lblTitle15</name>
      <x>10</x>
      <y>1120</y>
      <width>80</width>
      <height>20</height>
      <require>false</require>
      <value>First</value>
      <font>
         <bold>false</bold>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtLastname</name>
      <x>72</x>
      <y>1100</y>
      <width>88</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars>012345678</excludeChars>
      <require>true</require>
      <fieldTitleInMail>Last name</fieldTitleInMail>
      <toolTip>Enter your Last name</toolTip>
   </object>

   <object>
      <type>Label</type>
      <name>lblTitle16</name>
      <x>72</x>
      <y>1120</y>
      <width>80</width>
      <height>20</height>
      <require>false</require>
      <value>Last</value>
      <font>
         <bold>false</bold>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle18</name>
      <x>10</x>
      <y>1140</y>
      <width>88</width>
      <height>20</height>
      <require>true</require>
      <value>Address</value>
      <font>
            <bold>true</bold>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtAddress</name>
      <x>10</x>
      <y>1160</y>
      <width>320</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>true</require>
      <fieldTitleInMail>Address</fieldTitleInMail>
      <toolTip>Enter your Address</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle19</name>
      <x>10</x>
      <y>1180</y>
      <width>88</width>
      <height>20</height>
      <require>false</require>
      <value>Street Address</value>
      <font>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtStreetAddress</name>
      <x>10</x>
      <y>1200</y>
      <width>320</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>false</require>
      <fieldTitleInMail>Street Address</fieldTitleInMail>
      <toolTip>Enter can enter your Street address</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle10</name>
      <x>10</x>
      <y>1220</y>
      <width>88</width>
      <height>20</height>
      <require>false</require>
      <value>Address Line 2</value>
      <font>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtAddressLine2</name>
      <x>10</x>
      <y>1240</y>
      <width>150</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>false</require>
      <fieldTitleInMail>Address Line 2 (1)</fieldTitleInMail>
      <toolTip>Enter can enter the second line of your address</toolTip>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtAddressLine2_</name>
      <x>180</x>
      <y>1240</y>
      <width>150</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>false</require>
      <fieldTitleInMail>Address Line 2 (2)</fieldTitleInMail>
      <toolTip>Enter can enter the second line of your address</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle11</name>
      <x>10</x>
      <y>1260</y>
      <width>80</width>
      <height>20</height>
      <require>false</require>
      <value>City</value>
      <font>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtCity</name>
      <x>10</x>
      <y>1280</y>
      <width>150</width>
      <height>20</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <require>false</require>
      <fieldTitleInMail>City</fieldTitleInMail>
      <toolTip>Enter your First name</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle20</name>
      <x>10</x>
      <y>1300</y>
      <width>100</width>
      <height>20</height>
      <require>false</require>
      <value>Postal / Zip Code</value>
      <font>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle21</name>
      <x>180</x>
      <y>1260</y>
      <width>180</width>
      <height>20</height>
      <require>false</require>
      <value>State / Province / Region</value>
      <font>
        <size>9</size>
      </font>
   </object>
   <object>
      <type>ComboBox</type>
      <name>cmbCountry</name>
      <x>180</x>
      <y>1280</y>
      <width>150</width>
      <height>20</height>
      <value>
         <item>N/A</item>
         <item>Afganistan</item>
         <item>Albani</item>
         <item>Algeria</item>
         <item>Angola</item>
         <item>Colombia</item>
         <item>France</item>
         <item>Korea</item>
         <item>Russia</item>
      </value>
      <fieldTitleInMail>Country</fieldTitleInMail>
      <toolTip>Select the T-Shirt size</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle22</name>
      <x>180</x>
      <y>1300</y>
      <width>80</width>
      <height>20</height>
      <require>false</require>
      <value>Country</value>
      <font>
         <size>9</size>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle23</name>
      <x>10</x>
      <y>1330</y>
      <width>80</width>
      <height>20</height>
      <require>true</require>
      <value>Email</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtEmail</name>
      <x>10</x>
      <y>1350</y>
      <width>150</width>
      <height>20</height>
      <value></value>
      <includeChars>@.</includeChars>
      <excludeChars>_/#$^!*()(;</excludeChars>
      <require>true</require>
      <fieldTitleInMail>Email</fieldTitleInMail>
      <toolTip>Enter your Email</toolTip>
   </object>

   <!-- Phone -->
   <object>
      <type>Label</type>
      <name>lblTitle24</name>
      <x>10</x>
      <y>1380</y>
      <width>80</width>
      <height>20</height>
      <require>true</require>
      <value>Phone</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle25_1</name>
      <x>50</x>
      <y>1400</y>
      <width>800</width>
      <height>20</height>
      <value>-</value>
      <font>
         <size>12</size>
      </font>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle25_2</name>
      <x>100</x>
      <y>1400</y>
      <width>800</width>
      <height>20</height>
      <value>-</value>
      <font>
         <size>12</size>
      </font>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtPhone_N123</name>
      <x>10</x>
      <y>1400</y>
      <width>40</width>
      <height>20</height>
      <value></value>
      <excludeChars>abcdefghijklmnopqrstuvwxyz</excludeChars>
      <require>true</require>
      <fieldTitleInMail>txtPhone_N123</fieldTitleInMail>
      <toolTip>Enter first 3 digits of your telephone number</toolTip>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtPhone_N456</name>
      <x>60</x>
      <y>1400</y>
      <width>40</width>
      <height>20</height>
      <value></value>
      <excludeChars>abcdefghijklmnopqrstuvwxyz</excludeChars>
      <require>true</require>
      <fieldTitleInMail>txtPhone_N456</fieldTitleInMail>
      <toolTip>Enter second 3 digits of your telephone number</toolTip>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtPhone_N78910</name>
      <x>110</x>
      <y>1400</y>
      <width>50</width>
      <height>20</height>
      <value></value>
      <excludeChars>abcdefghijklmnopqrstuvwxyz</excludeChars>
      <require>true</require>
      <fieldTitleInMail>txtPhone_N78910</fieldTitleInMail>
      <toolTip>Enter last 4 digits of your telephone number</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblTitle26</name>
      <x>10</x>
      <y>1420</y>
      <width>800</width>
      <height>20</height>
      <value>### ### ####</value>
      <font>
         <bold>true</bold>
      </font>
   </object>
   <!-- End Phone -->

   <object>
      <type>Label</type>
      <name>lblTitle_Emptyspace</name>
      <x>10</x>
      <y>1480</y>
      <width>800</width>
      <height>20</height>
      <value></value>
   </object>
</objectlist>

Back | Table of Contents | Next

 

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