Skip to content

Commit

Permalink
Removing the email field since this will be populated in the end-user…
Browse files Browse the repository at this point in the history
…s mail client
  • Loading branch information
Kyle Kirkby committed Dec 12, 2019
1 parent d69a943 commit f6d12a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/components/membership_form.html
@@ -1,6 +1,6 @@
<div class="col-xs-12 no-padding membership_form_container">
<div class="col-xs-12 col-sm-6 form_section">
<form action="#" onsubmit="submitMembershipForm(this);" >
<form id="membership_form" action="#" onsubmit="submitMembershipForm();" >
<div class="form-group">
<input type="text" name="first_name" class="form-control" placeholder="First name">
</div>
Expand All @@ -10,9 +10,9 @@
<div class="form-group">
<input type="text" name="company" class="form-control" placeholder="Company">
</div>
<div class="form-group">
<!-- <div class="form-group">
<input type="text" name="email" class="form-control" placeholder="Email">
</div>
</div> -->
<div class="form-group">
<select class="form-control" name="membership_type">
<option value="" disabled selected>Type of membership interested in</option>
Expand Down

0 comments on commit f6d12a5

Please sign in to comment.