<!-- =master-form | start -->
<form class="master-form" method="post" action="#dummy">
<fieldset>
<legend>Legend Lorem Ipsum Dolores</legend>
<p class="form-element clearfix error">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
<p class="form-element clearfix error">
<label for="">Select Option</label>
<select id="" name="" required>
<option>Select Option</option>
<option>Select Option</option>
<option>Select Option</option>
</select>
</p>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
</fieldset>
<fieldset>
<legend>Legend Lorem Ipsum Dolores</legend>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
<p class="form-element checkbox-radio clearfix error">
<label for="">Input Radio<input id="" name="" type="radio" required></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
<label for="">Input Radio<input id="" name="" type="radio"></label>
</p>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
</fieldset>
<fieldset>
<legend>Legend Lorem Ipsum Dolores</legend>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
<p class="form-element clearfix">
<label for="">Input Text</label>
<input id="" name="" type="text" required>
</p>
<p class="form-element clearfix error">
<label for="">Textarea</label>
<textarea id="" name="" rows="9" required></textarea>
</p>
</fieldset>
<fieldset>
<legend>Legend Lorem Ipsum Dolores</legend>
<p class="form-element checkbox-radio clearfix">
<label for="">Input Checkbox<input id="" name="" type="checkbox" required></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
<label for="">Input Checkbox<input id="" name="" type="checkbox"></label>
</p>
</fieldset>
<fieldset>
<legend>Legend Lorem Ipsum Dolores</legend>
<p class="form-element clearfix">
<label for="">Textarea</label>
<textarea id="" name="" rows="9" required></textarea>
</p>
<p class="form-element clearfix">
<label for="">Select</label>
<select id="" name="" required>
<option>Select Option</option>
<option>Select Option</option>
<option>Select Option</option>
</select>
</p>
</fieldset>
<div class="submit">
<button class="btn btn-add" type="submit">Save</button>
<a class="close" href="#dummy" title="Cancel">Cancel</a>
</div>
</form>
<!-- =master-form | end -->
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.