{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $cdType } {include file="CRM/Custom/Form/CustomData.tpl"} {else}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 1}
{ts}Use this form to Add new Survey. You can create a new Activity type, specific to this Survey or select an existing activity type for this Survey.{/ts}
{/if}
{$form.title.label} {$form.title.html}
{ts}Title of the survey.{/ts}
{$form.campaign_id.label} {$form.campaign_id.html}   {ts}new campaign{/ts}
{ts}Select the campaign for which survey is created.{/ts}
{$form.activity_type_id.label} {$form.activity_type_id.html}
{ts}Select the Activity Type.{/ts}
{$form.instructions.label} {$form.instructions.html}
{$form.default_number_of_contacts.label} {$form.default_number_of_contacts.html}
{ts}Maximum number of contacts that can be reserved for an interviewer at one time.{/ts}
{$form.max_number_of_contacts.label} {$form.max_number_of_contacts.html}
{ts}Maximum total number of contacts that can be in a reserved state for an interviewer.{/ts}
{$form.release_frequency.label} {$form.release_frequency.html}
{ts}Reserved respondents are released if they haven't been surveyed within this number of days. The Respondent Processor script must be run periodically to release respondents.{/ts} {docURL page="Managing Scheduled Jobs" resource="wiki"}
{$form.is_active.label} {$form.is_active.html}
{ts}Is this survey active?{/ts}
{$form.is_default.label} {$form.is_default.html}
{ts}Is this the default survey?{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{*include profile link function*} {include file="CRM/common/buildProfileLink.tpl"} {literal} {/literal} {* editor has already been included in TabHeader.tpl so set flag true *} {include file="CRM/common/customData.tpl" includeWysiwygEditor=true} {literal} {/literal} {/if}