TOP

v65:subscribe

Allow a contact to sign up for a newsletter.

<v65:subscribe contactType="Newsletter"></v65:subscribe>

The v65:subscribe tag displays a simple form that subscribes the visitor to the defined contact type ie. Newsletter

Optional Attribute(s):

  • options:<v65:subscribe options="{'element':'div','attributes':{'class':'v65-subscribe'}}"></v65:subscribe>

SAMPLE

The v65:subscribe tag outputs the following HTML code:
<div class="v65-subscribe">
	<form method="post">
		<input type="hidden" name="contactType" value="Newsletter" />
		<input type="email" placeholder="email" name="email" value="">
		<button type="submit" class="defaultBtn">Subscribe</button>
	</form>
</div>

Notes:

  •  New contacts or those that have not yet opted in to receive emails will receive a Single Opt In Confrimation email to confirm their subscription.
  • Any contact that completes the subscribe widget who has already opted into emails will receive a Subscriber Confirmation Email.