Code: Select all
{my_tag title="Email Mr. Smith" email="joesmith@somewhere.com"}
Code: Select all
<p class="smalltitle">Email Mr. Smith</p>
{contact_form email="josmith@somewhere.com"}
Code: Select all
{titled_contact_form title="Email Mr. Smith" email="joesmith@somewhere.com"}
Actually, now that I think about it... It'd be even cooler (and perhaps more useful) if you had it where contact_form with no email argument automatically snagged the page owner's email address. If an email argument were given, it'd use that. Is that doable? I may take a look at the existing code behind contact_form to see if I can implement this.
BR