sign up phone number
This commit is contained in:
parent
7d57f683c8
commit
c45ae3c873
|
@ -49,6 +49,10 @@ class SignUpForm extends Component {
|
||||||
<label className="FormField__Label" htmlFor="email">E-Mail Address</label>
|
<label className="FormField__Label" htmlFor="email">E-Mail Address</label>
|
||||||
<input type="email" id="email" className="FormField__Input" placeholder="Enter your email" name="email" value={this.state.email} onChange={this.handleChange} />
|
<input type="email" id="email" className="FormField__Input" placeholder="Enter your email" name="email" value={this.state.email} onChange={this.handleChange} />
|
||||||
</div>
|
</div>
|
||||||
|
<div className="FormField">
|
||||||
|
<label className="FormField__Label" htmlFor="phone">Phone number</label>
|
||||||
|
<input type="email" id="email" className="FormField__Input" placeholder="Enter your Phone no. (+91)" name="phone" value={this.state.phone} onChange={this.handleChange} />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="FormField">
|
<div className="FormField">
|
||||||
<label className="FormField__CheckboxLabel">
|
<label className="FormField__CheckboxLabel">
|
||||||
|
|
Loading…
Reference in New Issue