Why would I need Twitter notification?
The Twitter feature was aimed primarily at the iPhone / Blackberry users; the iPhone in particular can send and receive e-mails every hour but when set like this is not only depreciates battery life but continues day & night!
By notifying users via Twitter they can receive just 1 push notification and decide whether they need to respond quickly or not. We’ve found this incredibly useful (of corse we use this form ourselves!)
On that same note, for those without webmail access this allows them to see who needs to get in contact quickly, easily and most importantly form anywhere with data access. For those who don’t need the feature, it can be turned off completely in seconds with just 1 variable setting.
Jigowatt
How do I send to multiple recipients?
$address = "example@codecanyon.net";Replace with:
$address = "example1@codecanyon.net"; $address .= ",example2@codecanyon.net"; $address .= ",example3@codecanyon.net";
How do I add and validate checkboxes?
Take a look at our blog post to solve this question 
How do I redirect them to a page after they send an email?
In jquery.jigowatt.js, find:
if(data.match('success') != null) $('#contactform').slideUp('slow');
Replace with:
if(data.match('success') != null) window.location.replace("http://google.com");I want to remove the phone field, how?
Read our blog post to add or remove custom fields
http://jigowatt.co.uk/blog/add-custom-fields-to-the-ajax-contact-form/

1164 Purchases
252 Comments