Skip to content

Update index.html #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,18 @@ <h3>Bootstrap File Field demo</h3>
<hr>

<form role="form" enctype="multipart/form-data">

<div class="col-xs-12" style="margin-top: 20px;">
<div class="form-group">
<label>Full Name:</label>
<input type="text" class="form-control" required="" placeholder="John Doe" name="fullname">
</div>
</div>
<div class="col-xs-6">
<div class="form-group">
<label>Phone Number:</label>
<input type="text" class="form-control" required="" placeholder="+971 123-456-7890" name="phone">
</div>
</div>
<!--<div class="form-group">-->
<!--<label for="photo" class="col-sm-3 control-label">Upload photos</label>-->
<!--<div class="col-sm-9 fileinput">-->
Expand Down