formies

Create New Form

A descriptive name for your new form.

Your Forms

<% if (forms.length===0) { %>

No forms created yet. Create your first form above!

<% } else { %> <% forms.forEach(form=> { %>

<%= form.name %> <% if (form.is_archived) { %> Archived <% } %>

<%= form.submission_count %> submission<%= form.submission_count !==1 ? 's' : '' %>

<% }); %> <% } %>