http://bath-choral-society.org.uk/index ... ckets-form
I've checked the stylesheet, the template, and the tags I've used (see below)
Code: Select all
{simpleform sendto='suzessex@hotmail.com' subject='Tickets Enquiry'}Code: Select all
{simpleform sendto='suzessex@hotmail.com' subject='Tickets Enquiry'}Code: Select all
if (function_exists('mail')) {
echo "Mail function is available";
} else {
echo "Mail function is not available";
}