Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1177754
form_fields_formflds.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Oct 8, 10:42 AM
Size
1 KB
Mime Type
text/x-php
Expires
Fri, Oct 10, 10:42 AM (9 h, 23 m)
Engine
blob
Format
Raw Data
Handle
764287
Attached To
rINP In-Portal
form_fields_formflds.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
// fields to hide
$hidden_fields
=
Array
(
/* 'FormFieldId', 'FormId', 'Type', 'FieldName', 'FieldLabel', 'Heading', 'Prompt', 'ElementType', 'ValueList', 'Priority',
'IsSystem', 'Required', 'DisplayInGrid', 'DefaultValue', 'Validation', */
);
// virtual fields to hide
$virtual_hidden_fields
=
Array
(
/* 'DirectOptions', */
);
// fields to make required
$required_fields
=
Array
(
/* 'FormFieldId', 'FormId', 'Type', */
'FieldName'
,
'FieldLabel'
,
'Prompt'
,
'ElementType'
,
/* 'Heading', 'ValueList', 'Priority',
'IsSystem', 'Required', 'DisplayInGrid', 'DefaultValue', 'Validation', */
);
// virtual fields to make required
$virtual_required_fields
=
Array
(
/* 'DirectOptions', */
);
// tabs during editing
$hide_edit_tabs
=
Array
(
);
// hide columns in grids
$hide_columns
=
Array
(
// submission columns
// 'Default' => Array ('FormFieldId', 'FieldName', 'FieldLabel', 'Priority', 'ElementType', 'Required', 'DisplayInGrid'),
);
Event Timeline
Log In to Comment