Merge pull request #15790 from civicrm/5.20
[civicrm-core.git] / templates / CRM / UF / Form / Field.hlp
CommitLineData
b29a9e66
LS
1{htxt id='field_name_0-title'}
2{ts}Field Name{/ts}
3{/htxt}
4{htxt id='field_name_0'}
5 {capture assign="ltURL"}{crmURL p="civicrm/admin/locationType" q="reset=1"}{/capture}
6 <p>
7 {ts}Choose the field to add to the profile.{/ts}<br/>
8 <strong>{ts}Restrictions:{/ts}</strong><br/>
9 {ts}Only one field of each communication type (EG. phone) can use the primary location type.{/ts}
10 </p>
11 <p>
12 {ts 1=$ltURL}When you choose the primary location type the collected data will use the default location type from the <a href="%1">Location types</a> setup.{/ts}
13 </p>
14{/htxt}
15
6a488035
TO
16{htxt id='label-title'}
17 {ts}Field Label{/ts}
18{/htxt}
19{htxt id='label'}
20 <p>
21 {ts}The field label displayed on the form (over-ride the default field label here, if desired).{/ts}
22 </p>
23{/htxt}
24
25{htxt id='is_multi_summary-title'}
26 {ts}Multi-record listing{/ts}
27{/htxt}
28{htxt id='is_multi_summary'}
29 <p>
30 {ts}Fields which are part of a custom data set that supports multiple records will be listed below the standard single-record fields when in profile edit view. Use this option to determine which fields you want displayed in that listing{/ts}
31 </p>
32{/htxt}
33
34{htxt id='is_required-title'}
35 {ts}Required{/ts}
36{/htxt}
37{htxt id='is_required'}
38 <p>
39 {ts}Are users required to complete this field?{/ts}
40 </p>
41{/htxt}
42
43{htxt id='is_view-title'}
44 {ts}View Only{/ts}
45{/htxt}
46{htxt id='is_view'}
47 <p>
48 {ts}If checked, users can view but not edit this field.{/ts}
49 </p>
50 <p>
51 {ts}NOTE: View Only fields can not be included in Profile Search forms.{/ts}
52 </p>
53{/htxt}
54
55{htxt id='visibility-title'}
56 {ts}Visibility{/ts}
57{/htxt}
58{htxt id='visibility'}
59 <p>
a99b49c0 60 {ts}Is this field hidden from public search ('User and User Admin Only'), or is it visible to the public and potentially searchable in the Profile Search form ('Expose Publicly' or 'Expose Publicly and for Listings')? ('User and User Admin Only') fields can still be used for Edit and Create mode.{/ts}
6a488035
TO
61 </p>
62 <p>
fac01cb1 63 {ts}When visibility is 'Expose Publicly and for Listings', users can also click the field value when viewing a contact in order to locate other contacts with the same value(s) (i.e. other contacts who live in Poland).{/ts}
6a488035
TO
64 </p>
65{/htxt}
66
67{htxt id='is_searchable-title'}
68 {ts}Searchable{/ts}
69{/htxt}
70{htxt id='is_searchable'}
71 <p>
72 {ts}Do you want to include this field in the Profile's Search form?{/ts}
73 </p>
74{/htxt}
75
76{htxt id='in_selector-title'}
77 {ts}Results Column{/ts}
78{/htxt}
79{htxt id='in_selector'}
80 <p>
81 {ts}Is this field included as a column in the search results table? This setting applies only to fields with 'Public Pages' or 'Public Pages and Listings' visibility.{/ts}
82 </p>
83{/htxt}
84
85{htxt id='help-title'}
86 {ts}Help Text{/ts}
87{/htxt}
88{htxt id='help'}
89 <p>
90 {ts}Explanatory text displayed to users for this field (can include HTML formatting tags).{/ts}
91 </p>
92{/htxt}
93
94{htxt id='weight-title'}
95 {ts}Order{/ts}
96{/htxt}
97{htxt id='weight'}
98 <p>
99 {ts}Weight controls the order in which fields are displayed within a profile. Enter a positive or negative integer - lower numbers are displayed ahead of higher numbers. Note: The field order will not respect non-multi fields interspersed with multi record fields in edit mode.{/ts}
100 </p>
101{/htxt}
102
103{htxt id='is_active-title'}
104 {ts}Active{/ts}
105{/htxt}
106{htxt id='is_active'}
107 <p>
108 {ts}Disable this option to remove the field from the profile without deleting it.{/ts}
109 </p>
110{/htxt}