{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
 {ts}Are you sure you want to delete this Petition?{/ts}
{else} {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}
{$form.instructions.label} {$form.instructions.html}
{$form.campaign_id.label} {$form.campaign_id.html}
{$form.activity_type_id.label} {$form.activity_type_id.html}
{$form.contact_profile_id.label} {$form.contact_profile_id.html} 
{ts}Fields about the contact you want to collect.{/ts}
{$form.profile_id.label} {$form.profile_id.html} 
{ts}Fields about the petition.{/ts}
{$form.thankyou_title.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='thankyou_title' id=$surveyId}{/if} {$form.thankyou_title.html}
{ts}This title will be displayed at the top of the thank-you page.{/ts}
{$form.thankyou_text.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='thankyou_text' id=$surveyId}{/if} {$form.thankyou_text.html}
{ts}Enter text (and optional HTML layout tags) for the thank-you message that will appear at the top of the thank-you page.{/ts}
{$form.bypass_confirm.label} {$form.bypass_confirm.html}
{ts}Disable the email confirmation for unverified contacts?{/ts}
{$form.is_share.label} {$form.is_share.html}
{$form.is_active.label} {$form.is_active.html}
{ts}Is this petition active?{/ts}
{$form.is_default.label} {$form.is_default.html}
{ts}Is this the default petition?{/ts}
{*include custom data js file*} {include file="CRM/common/customData.tpl"} {literal} {/literal} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{*include profile link function*} {include file="CRM/common/buildProfileLink.tpl"} {literal} {/literal}