{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://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 file="CRM/common/customDataBlock.tpl"} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{*include profile link function*} {include file="CRM/common/buildProfileLink.tpl"} {literal} {/literal}