<wt:form> Tag Examples

A basic form:

<wt:form source="Contact Us"/>

Changing the text for the submit button:

<wt:form source="Contact Us" submittext="Continue &gt;"/>

A form with a custom action:

<wt:form source="Donation" action="donate"/>