11-30-2007, 04:15 PM
Greetings all,
PHP Form to e-Mail version 1.4 has been released. Here are some of the fixes & new features:
## November 30th, 2007
- Version 1.4
- HTML : Cleaned up the administration code. Admin has a wider interface. Other small
mods.
- BUG FIX: Fixed the way custom fields that can be manually entered into the form template(s)
are handled.
- BUG FIX: A foreach error was showing up on form completion at times. This has been
fixed.
- BUG FIX: %date% variable fixed / populated in form data logging.
- ADDED : You can now enter a query string to have fields auto-filled in at the start
of the form process. IE: forms.php?form=1&name=Name Here would pre-fill in
the name="name" field.
- ADDED : You can now import form settings to a new form created. Simply create the form,
then go to [Edit] and select the import feature.
- ADDED : Required field hidden tag for custom fields added directly into template.
- ADDED : Redirected back to page requested in administration program if session timed out.
- ADDED : Administration e-Mail can now receive uploads as attachment. /configs/config.php
setting.
- ADDED : %variable% references can now be used in page header & footers.
- ADDED : %ip% & %host% added to data logging for recording IP address & host address.
- ADDED : New Field Checks Added:
+ Alpha A-Z only added
+ Numbers only
+ US Phone # format
+ UK Phone # format
- ADDED : %ban_url% variable now present for admin e-mails. This will provide
a link within the admin e-mail where you can ban a IP from accessing
your forms within two clicks. How many times the IP tried to access
your form(s) once banned is listed in the banned IPs area.
- ADDED : %submission_count% can be used in the body of all 3 available e-mails to
receive the unique submission #.
- ADDED : Added error image next to required field if required and it was not entered.
Try our online demo:
http://www.interactive-scripts.com/php_f2e/#demo
Enjoy!
PHP Form to e-Mail version 1.4 has been released. Here are some of the fixes & new features:
## November 30th, 2007
- Version 1.4
- HTML : Cleaned up the administration code. Admin has a wider interface. Other small
mods.
- BUG FIX: Fixed the way custom fields that can be manually entered into the form template(s)
are handled.
- BUG FIX: A foreach error was showing up on form completion at times. This has been
fixed.
- BUG FIX: %date% variable fixed / populated in form data logging.
- ADDED : You can now enter a query string to have fields auto-filled in at the start
of the form process. IE: forms.php?form=1&name=Name Here would pre-fill in
the name="name" field.
- ADDED : You can now import form settings to a new form created. Simply create the form,
then go to [Edit] and select the import feature.
- ADDED : Required field hidden tag for custom fields added directly into template.
- ADDED : Redirected back to page requested in administration program if session timed out.
- ADDED : Administration e-Mail can now receive uploads as attachment. /configs/config.php
setting.
- ADDED : %variable% references can now be used in page header & footers.
- ADDED : %ip% & %host% added to data logging for recording IP address & host address.
- ADDED : New Field Checks Added:
+ Alpha A-Z only added
+ Numbers only
+ US Phone # format
+ UK Phone # format
- ADDED : %ban_url% variable now present for admin e-mails. This will provide
a link within the admin e-mail where you can ban a IP from accessing
your forms within two clicks. How many times the IP tried to access
your form(s) once banned is listed in the banned IPs area.
- ADDED : %submission_count% can be used in the body of all 3 available e-mails to
receive the unique submission #.
- ADDED : Added error image next to required field if required and it was not entered.
Try our online demo:
http://www.interactive-scripts.com/php_f2e/#demo
Enjoy!
I wonder if I should upgrade to 1.4 now? I dont want to break anything ... what do you suggest?