Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sminnee
Created April 21, 2013 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sminnee/5427907 to your computer and use it in GitHub Desktop.
Save sminnee/5427907 to your computer and use it in GitHub Desktop.
<% with MyForm%>
<form $FormAttributes>
$FieldMap.Email.Title: $FieldMap.Email<br />
$FieldMap.Name.Title: $FieldMap.Email<br />
<h1>Actions</h1>
$Actions
<h2>Or like this</h2>
<% loop Actions %> $Field <% end_loop %>
$HiddenFields
<% end_with %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment