Topic: Add ajaxpopform to your website

ajaxpopupform is a jquery based cool popup window which can be used as contact , feedback … forms on your websites . It’s easy to install and customize .It use ajax to check the email , null fields and use phpmailer to send email

Download 0.0.1
Demo

// first step
contact.php // change lines:
87, 88 
$to, $subject
// second step
ajaxpopform.js //change line
64
url: "http://yourwebsite/extensions/ajaxpopform/contact.php",
// third step
backup your main.tpl
change main.tpl  in include/template (extension)
to what you want the form to say
then replace your include/template/main.tpl in root (not extension)
// fourth step
install the extension (place unzipped folder in extensions folder)

PS: THIS IS A BETA!!! any improvements to the extension welcome (i.e. changing main.tpl isn't pretty) also the stars aren't showing as they should !

Credits:
http://www.brightyoursite.com/blog/2010 … axpopform/

Note:
I included jquery 1.4.1 directly in the extension