Skip to content

Instantly share code, notes, and snippets.

@rgamez
Created December 15, 2015 16:02
Show Gist options
  • Save rgamez/85396b45b149458e926f to your computer and use it in GitHub Desktop.
Save rgamez/85396b45b149458e926f to your computer and use it in GitHub Desktop.
fieldtripGB editor
<form id="form1062" data-ajax="false" novalidate>
<div class="fieldcontain" id="fieldcontain-text-1">
<label for="form-text-1">Title</label>
<input name="form-text-1" id="form-text-1" type="text" required="" placeholder="Placeholder" maxlength="10">
</div>
<div class="fieldcontain" id="fieldcontain-radio-1">
<fieldset data-role="controlgroup">
<legend>Choose</legend>
<label for="form-radio1-1">Gato</label>
<input name="form-radio1" id="form-radio1-1" value="Gato" type="radio" required="">
<label for="form-radio1-2">perro</label>
<input name="form-radio1" id="form-radio1-2" value="perro" type="radio" required="">
<label for="form-radio1-3">leon</label>
<input name="form-radio1" id="form-radio1-3" value="leon" type="radio" required=""></fieldset>
</div>
<div id="test_xx_xx-buttons" class="fieldcontain ui-grid-a">
<div class="ui-block-a">
<input type="submit" name="record" id="1062_record" value="Save">
</div>
<div class="ui-block-b">
<input type="button" name="cancel" id="1062_cancel" value="Cancel">
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment