Field:decline redirect@FP events
Events - Decline Redirect URL | |
---|---|
Name | decline_redirect |
Module | Events |
Type | url |
Label | Decline Redirect URL |
VName | LBL_DECLINE_REDIRECT |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/FP_events/vardefs.php
'decline_redirect' => array( 'required' => false, 'name' => 'decline_redirect', 'vname' => 'LBL_DECLINE_REDIRECT', 'type' => 'url', 'massupdate' => '0', 'default' => NULL, 'no_default' => false, 'comments' => 'Insert a URL to a web page here.', 'help' => 'Insert the URL for the page that you want the event delegates to see when they have declined the invitation from the email.', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'dbType' => 'varchar', 'gen' => NULL, 'link_target' => '_blank', 'id' => 'FP_eventsdecline_redirect', ),
Missing User input