File "required.hbs"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/mailpoet/views/form/templatesLegacy/settings/required.hbs
File size: 541 bytes
MIME-type: text/plain
Charset: utf-8

<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>