<v:newsletter>

Creates a HTML form to subscribe a visitor to one of your Vae newsletter lists.

Inside the opening and closing <v:newsletter> tags, you should put a <v:text_field path="e_mail_address" />.

Required Attributes

Optional Attributes

  • redirect - URL for a webpage where the user will be redirected after submitting the form. Usually used to display a thank-you page. If the ajax attribute is set, this URL will be loaded into the specified <div> container.

You may use any attributes that are accepted by the <v:form> tag.

Sample Usage

<v:newsletter code="12345678" redirect="thanks.html">
 Your E-Mail Address: <v:text_field path="e_mail_address" />
 <input type="submit" />
</v:newsletter>