sign up phone number

This commit is contained in:
Priyatham-sai-chand 2020-11-24 16:42:16 +05:30
parent 7d57f683c8
commit c45ae3c873
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ class SignUpForm extends Component {
<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} />
</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">
<label className="FormField__CheckboxLabel">