Catch-All PHP Form Processor
Change Log

2.0.3 Released July 4th, 2010
  • Fixed bug where $from_email_in_form was not correctly set in process-form.php
2.0.2 Released March 3rd, 2010
  • Fixed bug where $from_name_field was not correctly set in process-form-settings.php
  • Fixed bug where POST key 'senditalready' was included in form
2.0.1 Released September 26th, 2009
  • Corrected default settings
  • Corrected use of $custom_form
  • Updated README.textile with correct variables after changing from camelCase
  • Corrected a few typos
  • tagged in GitHub at the right time as 2.0.1
2.0.0 Released September 26th, 2009
  • Moved settings into separate file
  • Added option to bypass Review/Print step
  • Converted comments and structure to PHPDoc
  • Converted variables from camelCase to underscore separated words
  • Converted readme to textile
  • Moved Change log into readme
1.5.1 Released July 5th, 2009
  • Cleaned up some of the code
  • Moved change log from README to individual file
  • Replaced ereg() email address validation with preg_match()
  • Fixed numerous bugs
1.5 Released June 5th, 2008
  • Added Feature: Text "Form not yet submitted" in red while user reviews form data
  • Added Feature: BCC field option in emailing results
  • Added Feature: User can now define Subject, From Name and From Email
  • Added Feature: Timestamp can be included in emailed results
  • Added Feature: Option to send empty fields as "[ left blank ]" or to not send them in the email at all
  • Added Feature: "click here" link added to redirect page upon form submission (just encase javascript is disabled)
  • Added Feature: Option to adjust headers for older Unix systems
  • Fixed Bug: Added option to fix older Unix systems 'bug' while processing PHP defined email headers
  • Fixed Bug: Plain text emails were showing "required" in the emailed results
  • Fixed Bug: didnotchoose was triggered 'required' even if it was not and was being displayed if it was selected among other options (in a 'multiple' circumstance)
  • Fixed Bug: Plain text html macro was incorrect
1.0 Released May 7th, 2008
  • Initial release