Skip to content

Commit

Permalink
Remove all fields from mailing list sign-up except email.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehadlow committed Jul 1, 2014
1 parent ba7c470 commit 832b823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Suteki.Shop/Suteki.Shop/Views/MailingList/Index.aspx
Expand Up @@ -20,6 +20,7 @@
<td class="label"><label for="emailconfirm">Confirm Email</label></td>
<td class="field"><%= Html.TextBox("emailconfirm") %></td>
</tr>
<!--
<tr>
<td class="label"></td>
<td class="field">All the fields below are optional.</td>
Expand Down Expand Up @@ -64,6 +65,7 @@
<td class="label"><label for="<%= this.IdFor(x => x.MailingListSubscription.Contact.Telephone) %>">Telephone</label></td>
<td class="field"><%= this.TextBox(x => x.MailingListSubscription.Contact.Telephone) %></td>
</tr>
-->
</table>

<input type="submit" value="Sign Up" />
Expand Down

0 comments on commit 832b823

Please sign in to comment.