mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 18:01:40 -05:00
Removed first and last name frields on contact form
This commit is contained in:
@@ -4,14 +4,6 @@ block content
|
||||
.col-sm-8.col-sm-offset-2
|
||||
h3 Contact Form
|
||||
form(role='form', method='POST')
|
||||
.form-group
|
||||
.row
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
label(for='firstName') First Name
|
||||
input.form-control(type='text', name='firstName', id='firstName')
|
||||
.col-xs-6.col-sm-6.col-md-6
|
||||
label(for='lastName') Last Name
|
||||
input.form-control(type='text', name='lastName', id='lastName')
|
||||
.form-group
|
||||
label(for='email') Email
|
||||
span.text-danger *
|
||||
|
||||
Reference in New Issue
Block a user