PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
views
/
form
/
templatesLegacy
/
settings
<p class="clearfix"> <label><%= __('Validate for:') %></label> <select name="params[validate]"> <option {{#ifCond params.validate '==' ''}}selected="selected"{{/ifCond}} value=""> <%= __('Nothing') %> </option> <option {{#ifCond params.validate '==' 'number'}}selected="selected"{{/ifCond}} value="number"> <%= __('Numbers only') %> </option> <option {{#ifCond params.validate '==' 'alphanum'}}selected="selected"{{/ifCond}} value="alphanum"> <%= __('Alphanumerical') %> </option> <option {{#ifCond params.validate '==' 'phone'}}selected="selected"{{/ifCond}} value="phone"> <%= __('Phone number, (+,-,#,(,) and spaces allowed)') %> </option> </select> </p>
[-] date_types.hbs
[edit]
[-] index.php
[edit]
[+]
..
[-] field.hbs
[edit]
[-] submit.hbs
[edit]
[-] segment_selection.hbs
[edit]
[-] field_form.hbs
[edit]
[-] date_formats.hbs
[edit]
[-] segment_selection_item.hbs
[edit]
[-] label.hbs
[edit]
[-] required.hbs
[edit]
[-] label_within.hbs
[edit]
[-] values.hbs
[edit]
[-] values_item.hbs
[edit]
[-] date_default.hbs
[edit]
[-] validate.hbs
[edit]