Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/
Upload File :
Current File : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/required.hbs

<p class="clearfix">
  <label><%= __('Is this field mandatory?') %></label>
  <span class="group">
    <label>
      <input type="radio"
        class="mailpoet_radio"
        name="params[required]"
        value="1"
        {{#if params.required}}checked="checked"{{/if}} /><%= __('Yes') %>
    </label>
    <label>
      <input
        class="mailpoet_radio"
        type="radio"
        name="params[required]"
        value=""
        {{#unless params.required}}checked="checked"{{/unless}} /><%= __('No') %>
    </label>
  </span>
</p>