PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
claim
/
partials
<fieldset> <legend class="screen-reader-text">Post Formats</legend> <div class="wyzi-claim-form-field-content"> <div class="wyzi-claim-form-input-field-container"> <label>Label</label> <input type="text" ng-model="field.label" class="wyzi-claim-form-input-field" /> </div> <div class="wyzi-claim-form-input-field-container"> <label>Placeholder</label> <input type="text" class="wyzi-claim-form-input-field" ng-model="field.placeholder" /> </div> <div class="wyzi-claim-form-input-field-container"> <input type="checkbox" class="wyzi-claim-form-input-field" ng-model="field.required" ng-checked="field.required" /> <label> Required </label> </div> <div class="wyzi-claim-form-input-field-container"> <label>Custom CSS Classes</label> <input type="text" class="wyzi-claim-form-input-field" ng-model="field.cssClass" /> </div> <div class="wyzi-claim-form-input-field-container"> <a href="#" ng-click="removeFormField($index, $event)" class="wyzi-remove-form-field">Remove</a> </div> </div> </fieldset>
[+]
..
[-] separator.html
[edit]
[-] textarea.html
[edit]
[-] textbox.html
[edit]
[-] url.html
[edit]
[-] recaptcha.html
[edit]
[-] checkbox.html
[edit]
[-] file.html
[edit]
[-] email.html
[edit]
[-] selectbox.html
[edit]