forked from kokonior/PHP-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a70d0dc
commit 5704576
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<div class="form-style-10"> | ||
<h1>Sign Up Now!<span>Sign up and tell us what you think of the site!</span></h1> | ||
<form> | ||
<div class="section"><span>1</span>First Name & Address</div> | ||
<div class="inner-wrap"> | ||
<label>Your Full Name <input type="text" name="field1" /></label> | ||
<label>Address <textarea name="field2"></textarea></label> | ||
</div> | ||
|
||
<div class="section"><span>2</span>Email & Phone</div> | ||
<div class="inner-wrap"> | ||
<label>Email Address <input type="email" name="field3" /></label> | ||
<label>Phone Number <input type="text" name="field4" /></label> | ||
</div> | ||
|
||
<div class="section"><span>3</span>Passwords</div> | ||
<div class="inner-wrap"> | ||
<label>Password <input type="password" name="field5" /></label> | ||
<label>Confirm Password <input type="password" name="field6" /></label> | ||
</div> | ||
<div class="button-section"> | ||
<input type="submit" name="Sign Up" /> | ||
<span class="privacy-policy"> | ||
<input type="checkbox" name="field7">You agree to our Terms and Policy. | ||
</span> | ||
</div> | ||
</form> | ||
</div> |