style="display:none;"<% } %>>
{{m.name|e}}
<% if (!m.field_id) { %> Edit <% } %>
<% if (!m.field_id) { %>
style="display:none;"<% } %>> Done
<% } %>
Add new field
{{m.formattedType|e}}
<% if (m.showDetailsTab) { %>
Details
<% } %> <% if (m.showAdvancedTab) { %>
Advanced
<% } %> <% if (m.showValuesTab) { %>
Values
<% } %> <% if (m.showTranslationsTab) { %>
Translations
<% } %> <% if (m.showCRMTab) { %>
CRM
<% } %>
<% if (m.showDetailsTab) { %>
style="display:none;" <% } %> > <% if (m.type != 'page_break') { %>
Label:
This will be the field label as seen by the user.
<% } %> <% if (m.type == 'centralised_radios' || m.type == 'centralised_select') { %> <% if (!m.field_id) { %>
Source:
<% if (m.show_source_filter) { %>
{{m.source_filter_label|e}}
Set a filter for the source
<% } %> <% } %>
Filter on field:
Filter a centralised select list based on the value of another field.
<% } %> <% if (m.type != 'page_break' && m.type != 'section_description') { %>
Visibility:
<% if (m.visibility == 'visible_on_condition') { %>
Visible on condition field:
Select a field that this fields visibility will rely on from the current form (the following types of field are allowed: checkbox, radios, select, centralised radios and centralised select)
<% if (m.visible_condition_field_id) { %>
Visible if:
<% } %> <% } %>
Mandatory / Read-only:
Choose whether this field is mandatory or read-only.
<% if (m.readonly_or_mandatory == 'conditional_mandatory') { %>
Mandatory on condition field:
Select a field that this field will rely on from the current form (the following types of field are allowed: checkbox, radios, select, centralised radios and centralised select)
<% if (m.mandatory_condition_field_id) { %>
Mandatory if:
<% } %> <% } %> <% if (m.readonly_or_mandatory == 'mandatory' || m.readonly_or_mandatory == 'conditional_mandatory') { %>
Error message when field is incomplete:
Enter an error message when this field is incomplete.
<% } %> <% } %> <% if (m.type == 'text') { %>
Validation:
<% if (['email', 'URL', 'integer', 'number', 'floating_point'].indexOf(m.field_validation) != -1) { %>
Error message when validation fails:
Enter an error message when validation fails.
<% } %> <% } %> <% if (m.type == 'text' && false) { %>
Width:
Size of the input box on the page.
<% } %> <% if (m.type == 'text' || m.type == 'textarea') { %>
Placeholder:
Enter a value to be displayed as a placeholder until the user enters something.
<% } %> <% if (m.type != 'page_break' && m.type != 'section_description') { %>
Note below field:
Enter a note to the user that will be displayed below this field.
<% } %> <% if (m.type == 'section_description') { %>
Description:
This is a description of the section placed under the label.
<% } %> <% if (m.type == 'page_break') { %>
Next button text:
Enter the text for the next button used on the form page before this page break.
Back button text:
Enter the text for the back button used on the form page before this page break.
<% } %> <% if (m.type == 'calculated') { %>
Numeric field A:
Numeric field B:
Calculation type:
<% } %> <% if (m.type == 'restatement') { %>
Field to mirror:
<% } %>
<% } %> <% if (m.showAdvancedTab) { %>
style="display:none;" <% } %> > <% if (m.type != 'checkboxes') { %>
Default value options:
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values', m.default_value_mode_options)}}
<% if (m.default_value_mode == 'value') { %> <% if (['radios', 'centralised_radios', 'select', 'centralised_select', 'checkbox', 'group'].indexOf(m.type) != -1) { %>
Default value:
Select a value to pre-populate this field.
<% } else { %>
Default value:
Enter a value to pre-populate this field.
<% } %> <% } else if (m.default_value_mode == 'method') { %>
Module class name:
Static method name:
Parameter 1:
Parameter 2:
<% } %> <% } %>
CSS classes:
Enter a list of classes separated by spaces that'll be applied to this field.
Wrapper div class:
Enter a class for a wrapper div around this field and all fields below until a page break or a field with a different wrapper div is found.
<% } %> <% if (m.showValuesTab) { %>
style="display:none;" <% } %> > <% if (m.field_id) { %>
You cannot edit a dataset field's values from here. Please go to the dataset editor in order to change these values.
<% } %>
disabled<% } %>/>
<% } %> <% if (m.showTranslationsTab) { %>
style="display:none;" <% } %> > {{zenarioA.microTemplate('zenario_organizer_form_builder_translatable_field', m.translatable_fields)}}
<% } %> <% if (m.showCRMTab) { %>
style="display:none;" <% } %> >
checked="checked" <% } %> />
<% if (m._crm_data.send_to_crm) { %>
CRM field name:
This is used to identify the field in the CRM
<% if (m.type == 'centralised_select' || m.type == 'centralised_radios') { %>
<% } %> <% if (m.hasCRMValues) { %> {{zenarioA.microTemplate('zenario_organizer_form_builder_crm_value', m.crm_values)}}
Option CRM value to be sent
<% } %> <% } %>
<% } %>