Configuration
In the WP Admin interface, you'll find a submenu entry "S.C.Form" under "Settings". There you can add new fields, edit labels, error messages, behavior and so on..
Usage for AJAX Form
Either put [scaleable-contact-form-ajax] somewhere in a post or site or call echo scf_print_contact_form_ajax() directly from a template.
Change Notes
0.8.2, 2011-05-03
- Fix: Session unset after comment
0.8.1, 2010-10-25
- Urgent fix: removed debugging "display_errors"
0.8.0, 2010-10-25
- Adjusting PHP code to be compatible with php 6.
- Message is now optional.
- Added new error, which will be displayed if the user hit's (accidentally? spam?) reload (could not use redirect due to session_start for the captcha..).
- New optional customizable confirmation mail to user.
- Fixed non removal of the used captcha code.
0.7.1, 2010-01-24
0.7, 2009-09-23
- fixed the missing closing div
0.6, 2009-09-23
- .. and replaced bloginfo with get_bloginfo to surpress the site title
0.5, 2009-09-23
- Replaced lot of the patches relating captcha with old working version
0.4, 2009-09-16
- Patch from Jonathan Rogers: Assure JQuery is included, differentiate between checkboxes and radios better, using fieldset for checkboxes and radios
- remove the "formular always displayed on top of page" bug (the [scaleable-contact-form] tag could be placed now anywhere)
0.3, 2009-07-08
0.2, 2009-04-10
- minor security issue
- better Simple CAPTCHA recognition
- integration of ajax formular