Multipurpose Send Mail Form Builder

v2.0

 

Examples

Example1: Simple contact form

To create follow simple contact form

so here is content of XML file

<?xml version="1.0"?>
<configuration>
   <sendmailPHP>http://jomtube.net/mysendmail/mail_sender.php</sendmailPHP>
   <form>
      <backgroundColor>white</backgroundColor>
      <borderDisplay>true</borderDisplay>
      <borderColor>green</borderColor>
      <title>Contact us</title>
      <width>320</width>
      <height>310</height>
   </form>
   <sendButton>
      <x>46</x>
      <y>240 </y>
      <width>100</width>
      <height>20</height>
      <backgroundColor>red</backgroundColor>
      <textColor>green</textColor>
      <caption>Send</caption>
      <toolTip>Press when ready to send</toolTip>
   </sendButton>
   <resetButton>
      <x>156</x>
      <y>240</y>
      <width>100</width>
      <height>20</height>
      <backgroundColor>red, haloOrange</backgroundColor>
      <visible>true</visible>
      <textColor>green</textColor>
      <caption>Clear</caption>
      <toolTip>Clear all text</toolTip>
   </resetButton>
</configuration>
<objectlist>
   <object>
      <type>Label</type>
      <name>lblYourEmail</name>
      <x>0</x>
      <y>0</y>
      <width>300</width>
      <height>20</height>
      <require>true</require>
      <value>Your e-mail:</value>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtYourEmail</name>
      <x>0</x>
      <y>20</y>
      <width>300</width>
      <height>22</height>
      <value></value>
      <includeChars></includeChars>
      <excludeChars></excludeChars>
      <fieldTitleInMail>Customer email</fieldTitleInMail>
      <toolTip>Enter your email address</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblMessageSubject</name>
      <x>0</x>
      <y>50</y>
      <width>300</width>
      <height>20</height>
      <require>true</require>
      <value>Message subject:</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>TextInput</type>
      <name>txtMessageSubject</name>
      <x>0</x>
      <y>70</y>
      <width>300</width>
      <height>22</height>
      <require>true</require>
      <fieldTitleInMail>Subject</fieldTitleInMail>
      <value></value>
      <toolTip>Enter subject</toolTip>
   </object>
   <object>
      <type>Label</type>
      <name>lblMessage</name>
      <x>0</x>
      <y>100</y>
      <width>300</width>
      <height>20</height>
      <value>Message:</value>
      <toolTip></toolTip>
   </object>
   <object>
      <type>TextArea</type>
      <name>txtSimpleMessage</name>
      <x>0</x>
      <y>120</y>
      <width>300</width>
      <height>100</height>
      <require>true</require>
      <value>Enter your simple message here</value>
      <fieldTitleInMail>Message content</fieldTitleInMail>
      <toolTip>Enter your simple message here</toolTip>
   </object>
</objectlist>

Back | Table of Contents | Next

 

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