Send mail support: using PHPMailer
library to support many mail configurations (for compatibility with your PHP
server) which are:
- mail() PHP
- sendmail
- qmail
- SMTP server with or without authentication, including SSL (for
example, Gmail server)
HTML mail content. This is very necessary
when RichTextEditor component is included in customer's form.
Multimedia support: form can include images
and video players
Ease to use: only few lines of code in Flex
Builder. Most time is used for designing form with XML file
All values of text input components and some
others will be POSTed
to PHP script. So that mail content can be customized or rewrite PHP
script to use for other purposes instead of mail sender only.
version 2.0
(current)
Allow adding new components to form:
- FileUpload
- Button
- DateChooser
Text of RadioButton and CheckBox can be
changed color, font...
submit/sendmail button can be invisible
Allow multiple files upload. So that
files can be attached to email or stored on server for other purpose
Allow add MSMF subform(s) recursively.
These subforms then are controlled by other component though actions
Allow declare list of actions such as
Open link, open subform. These actions can be called by some
components in form.
Include a version for using directly in
HTML page without Flex Builder requirement