Merge pull request #4291 from mrpaulc/CRM-12920
[civicrm-core.git] / templates / CRM / Event / Form / ManageEvent / Registration.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.5 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2014 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {if $addProfileBottomAdd OR $addProfileBottom}
27 <td scope="row" class="label"
28 width="20%">{if $addProfileBottomAdd }{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].label}
29 {else}{$form.custom_post_id_multiple[$profileBottomNum].label}{/if}</td>
30 <td>{if $addProfileBottomAdd }{$form.additional_custom_post_id_multiple[$profileBottomNumAdd].html}{else}{$form.custom_post_id_multiple[$profileBottomNum].html}{/if}
31 &nbsp;<span class='profile_bottom_link_remove'><a href="#" class="crm-hover-button crm-button-rem-profile"
32 data-addtlPartc="{$addProfileBottomAdd}"><span
33 class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span>&nbsp;&nbsp;<span
34 class='profile_bottom_link'>&nbsp;<a href="#" class="crm-hover-button crm-button-add-profile"><span
35 class="icon ui-icon-plus"></span>{ts}add another profile (bottom of page){/ts}</a></span>
36 {if $addProfileBottomAdd }
37 <div
38 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</div>
39 {else}
40 <div
41 class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the bottom of the page.{/ts}</div>
42 {/if}
43 <br/><span class="profile-links"></span>
44 </td>
45 {else}
46 {assign var=eventID value=$id}
47 <div id="help">
48 {ts}If you want to provide an Online Registration page for this event, check the first box below and then complete the fields on this form.{/ts}
49 {help id="id-event-reg"}
50 </div>
51 <div class="crm-block crm-form-block crm-event-manage-registration-form-block">
52 <div class="crm-submit-buttons">
53 {include file="CRM/common/formButtons.tpl" location="top"}
54 </div>
55
56 <div id="register">
57 <table class="form-layout">
58 <tr class="crm-event-manage-registration-form-block-is_online_registration">
59 <td class="label">{$form.is_online_registration.label}</td>
60 <td>{$form.is_online_registration.html}
61 <span class="description">{ts}Online registration enabled?{/ts}</span>
62 </td>
63 </tr>
64 </table>
65 </div>
66 <div class="spacer"></div>
67 <div id="registration_blocks">
68 <table class="form-layout-compressed">
69
70 <tr class="crm-event-manage-registration-form-block-registration_link_text">
71 <td scope="row" class="label"
72 width="20%">{$form.registration_link_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='registration_link_text' id=$eventID}{/if}</td>
73 <td>{$form.registration_link_text.html} {help id="id-link_text"}</td>
74 </tr>
75 {if !$isTemplate}
76 <tr class="crm-event-manage-registration-form-block-registration_start_date">
77 <td scope="row" class="label" width="20%">{$form.registration_start_date.label}</td>
78 <td>{include file="CRM/common/jcalendar.tpl" elementName=registration_start_date}</td>
79 </tr>
80 <tr class="crm-event-manage-registration-form-block-registration_end_date">
81 <td scope="row" class="label" width="20%">{$form.registration_end_date.label}</td>
82 <td>{include file="CRM/common/jcalendar.tpl" elementName=registration_end_date}</td>
83 </tr>
84 {/if}
85 <tr class="crm-event-manage-registration-form-block-is_multiple_registrations">
86 <td scope="row" class="label" width="20%">{$form.is_multiple_registrations.label}</td>
87 <td>{$form.is_multiple_registrations.html} {help id="id-allow_multiple"}</td>
88 </tr>
89 <tr class="crm-event-manage-registration-form-block-allow_same_participant_emails">
90 <td scope="row" class="label" width="20%">{$form.allow_same_participant_emails.label}</td>
91 <td>{$form.allow_same_participant_emails.html} {help id="id-allow_same_email"}</td>
92 </tr>
93 <tr class="crm-event-manage-registration-form-block-dedupe_rule_group_id">
94 <td scope="row" class="label" width="20%">{$form.dedupe_rule_group_id.label}</td>
95 <td>{$form.dedupe_rule_group_id.html} {help id="id-dedupe_rule_group_id"}</td>
96 </tr>
97 <tr class="crm-event-manage-registration-form-block-requires_approval">
98 {if $form.requires_approval}
99 <td scope="row" class="label" width="20%">{$form.requires_approval.label}</td>
100 <td>{$form.requires_approval.html} {help id="id-requires_approval"}</td>
101 {/if}
102 </tr>
103 <tr id="id-approval-text" class="crm-event-manage-registration-form-block-approval_req_text">
104 {if $form.approval_req_text}
105 <td scope="row" class="label"
106 width="20%">{$form.approval_req_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='approval_req_text' id=$eventID}{/if}</td>
107 <td>{$form.approval_req_text.html}</td>
108 {/if}
109 </tr>
110 <tr class="crm-event-manage-registration-form-block-expiration_time">
111 <td scope="row" class="label" width="20%">{$form.expiration_time.label}</td>
112 <td>{$form.expiration_time.html|crmAddClass:four} {help id="id-expiration_time"}</td>
113 </tr>
114 </table>
115 <div class="spacer"></div>
116
117 {*Registration Block*}
118 <fieldset id="registration" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
119 <legend class="collapsible-title">{ts}Registration Screen{/ts}</legend>
120 <div id="registration_screen">
121 <table class="form-layout-compressed">
122 <tr class="crm-event-manage-registration-form-block-intro_text">
123 <td scope="row" class="label"
124 width="20%">{$form.intro_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='intro_text' id=$eventID}{/if}</td>
125 <td>{$form.intro_text.html}
126 <div
127 class="description">{ts}Introductory message / instructions for online event registration page (may include HTML formatting tags).{/ts}</div>
128 </td>
129 </tr>
130 <tr class="crm-event-manage-registration-form-block-footer_text">
131 <td scope="row" class="label"
132 width="20%">{$form.footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='footer_text' id=$eventID}{/if}</td>
133 <td>{$form.footer_text.html}
134 <div class="description">{ts}Optional footer text for registration screen.{/ts}</div>
135 </td>
136 </tr>
137 </table>
138 <table class="form-layout-compressed">
139 <tr class="crm-event-manage-registration-form-block-custom_pre_id">
140 <td scope="row" class="label" width="20%">{$form.custom_pre_id.label}</td>
141 <td>{$form.custom_pre_id.html}
142 <div
143 class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the top of the page (immediately after the introductory message).{/ts}{help id="event-profile"}</div>
144 </td>
145 </tr>
146 <tr id="profile_post" class="crm-event-manage-registration-form-block-custom_post_id">
147 <td scope="row" class="label" width="20%">{$form.custom_post_id.label}</td>
148 <td>{$form.custom_post_id.html}
149 <div
150 class="description">{ts}Include additional fields on this registration form by selecting and configuring a CiviCRM Profile to be included at the bottom of the page.{/ts}</div>
151 &nbsp;<span class='profile_bottom_link_main {if $profilePostMultiple}hiddenElement{/if}'>&nbsp;<a href="#"
152 class="crm-hover-button crm-button-add-profile"><span
153 class="icon ui-icon-plus"></span>{ts}add another profile (bottom of page){/ts}</a></span>
154 <br/>
155 </td>
156 </tr>
157
158 {if $profilePostMultiple}
159 {foreach from=$profilePostMultiple item=profilePostId key=profilePostNum name=profilePostIdName}
160 <tr id="custom_post_id_multiple_{$profilePostNum}_wrapper"
161 class='crm-event-manage-registration-form-block-custom_post_multiple'>
162 <td scope="row" class="label" width="20%">{$form.custom_post_id_multiple.$profilePostNum.label}</td>
163 <td>{$form.custom_post_id_multiple.$profilePostNum.html}
164 &nbsp;<span class='profile_bottom_link_remove'><a href="#"
165 class="crm-hover-button crm-button-rem-profile"><span
166 class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span>
167 {if $smarty.foreach.profilePostIdName.last}
168 &nbsp;&nbsp;
169 <span class='profile_bottom_link'><a href="#" class="crm-hover-button crm-button-add-profile"><span
170 class="icon ui-icon-plus"></span>{ts}add another profile (bottom of page){/ts}</a></span>
171 {/if}
172 <br/><span class="profile-links"></span>
173 </td>
174 </tr>
175 {/foreach}
176 {/if}
177 </table>
178 <table class="form-layout-compressed">
179 <tr id="additional_profile_pre" class="crm-event-manage-registration-form-block-additional_custom_pre_id">
180 <td scope="row" class="label" width="20%">{$form.additional_custom_pre_id.label}</td>
181 <td>{$form.additional_custom_pre_id.html}
182 <div
183 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}</div>
184 <br/><span class="profile-links"></span>
185 </td>
186 </tr>
187 <tr id="additional_profile_post" class="crm-event-manage-registration-form-block-additional_custom_post_id">
188 <td scope="row" class="label" width="20%">{$form.additional_custom_post_id.label}</td>
189 <td>{$form.additional_custom_post_id.html}
190 <div
191 class="description">{ts}Change this if you want to use a different profile for additional participants.{/ts}
192 </div>
193 &nbsp;<span class='profile_bottom_add_link_main{if $profilePostMultipleAdd} hiddenElement{/if}'><a
194 href="#" class="crm-hover-button crm-button-add-profile"><span
195 class="icon ui-icon-plus"></span>{ts}add another profile (bottom of page){/ts}</a></span>
196 <br/><span class="profile-links"></span>
197 </td>
198 </tr>
199 {if $profilePostMultipleAdd}
200 {foreach from=$profilePostMultipleAdd item=profilePostIdA key=profilePostNumA name=profilePostIdAName}
201 <tr id='additional_custom_post_id_multiple_{$profilePostNumA}_wrapper'
202 class='crm-event-manage-registration-form-block-additional_custom_post_multiple'>
203 <td scope="row" class="label"
204 width="20%">{$form.additional_custom_post_id_multiple.$profilePostNumA.label}</td>
205 <td>{$form.additional_custom_post_id_multiple.$profilePostNumA.html}
206 &nbsp;<span class='profile_bottom_add_link_remove'><a href="#"
207 class="crm-hover-button crm-button-rem-profile"><span
208 class="icon ui-icon-trash"></span>{ts}remove profile{/ts}</a></span>
209 {if $smarty.foreach.profilePostIdAName.last}
210 &nbsp;&nbsp;
211 <span class='profile_bottom_add_link'><a href="#"
212 class="crm-hover-button crm-button-add-profile"><span
213 class="icon ui-icon-plus"></span>{ts}add another profile (bottom of page){/ts}</a></span>
214 {/if}
215 <br/><span class="profile-links"></span>
216 </td>
217 </tr>
218 {/foreach}
219 {/if}
220 </table>
221 </div>
222 </fieldset>
223
224 {*Confirmation Block*}
225 <fieldset id="confirm" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
226 <legend class="collapsible-title">{ts}Confirmation Screen{/ts}</legend>
227 {if !$is_monetary}
228 <table class="form-layout-compressed">
229 <tr class="crm-event-manage-registration-form-block-is_confirm_enabled">
230 <td scope="row" class="label" width="20%">{$form.is_confirm_enabled.label}</td>
231 <td>{$form.is_confirm_enabled.html}
232 <div class="description">{ts}Optionally hide the confirmation screen for free events.{/ts}</div>
233 </td>
234 </tr>
235 </table>
236 {/if}
237
238 <div id="confirm_screen_settings">
239 <table class="form-layout-compressed">
240 <tr class="crm-event-manage-registration-form-block-confirm_title">
241 <td scope="row" class="label" width="20%">{$form.confirm_title.label} <span
242 class="marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_title' id=$eventID}{/if}
243 </td>
244 <td>{$form.confirm_title.html}<br/>
245 <span
246 class="description">{ts}Page title for screen where user reviews and confirms their registration information.{/ts}</span>
247 </td>
248 </tr>
249 <tr class="crm-event-manage-registration-form-block-confirm_text">
250 <td scope="row" class="label"
251 width="20%">{$form.confirm_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_text' id=$eventID}{/if}</td>
252 <td>{$form.confirm_text.html}
253 <div class="description">{ts}Optional instructions / message for Confirmation screen.{/ts}</div>
254 </td>
255 </tr>
256 <tr class="crm-event-manage-registration-form-block-confirm_footer_text">
257 <td scope="row" class="label"
258 width="20%">{$form.confirm_footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_footer_text' id=$eventID}{/if}</td>
259 <td>{$form.confirm_footer_text.html}
260 <div class="description">{ts}Optional page footer text for Confirmation screen.{/ts}</div>
261 </td>
262 </tr>
263 </table>
264 </div>
265 </fieldset>
266
267 {*ThankYou Block*}
268 <fieldset id="thankyou" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
269 <legend class="collapsible-title">{ts}Thank-you Screen{/ts}</legend>
270 <table class="form-layout-compressed">
271 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_title">
272 <td scope="row" class="label" width="20%">{$form.thankyou_title.label} <span
273 class="marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_title' id=$eventID}{/if}
274 </td>
275 <td>{$form.thankyou_title.html}
276 <div class="description">{ts}Page title for registration Thank-you screen.{/ts}</div>
277 </td>
278 </tr>
279 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_text">
280 <td scope="row" class="label"
281 width="20%">{$form.thankyou_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_text' id=$eventID}{/if}</td>
282 <td>{$form.thankyou_text.html}
283 <div
284 class="description">{ts}Optional message for Thank-you screen (may include HTML formatting).{/ts}</div>
285 </td>
286 </tr>
287 <tr class="crm-event-manage-registration-form-block-confirm_thankyou_footer_text">
288 <td scope="row" class="label"
289 width="20%">{$form.thankyou_footer_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='thankyou_footer_text' id=$eventID}{/if}</td>
290 <td>{$form.thankyou_footer_text.html}
291 <div
292 class="description">{ts}Optional footer text for Thank-you screen (often used to include links to other pages/activities on your site).{/ts}</div>
293 </td>
294 </tr>
295 </table>
296 </fieldset>
297
298 {* Confirmation Email Block *}
299 <fieldset id="mail" class="crm-collapsible {if $defaultsEmpty}collapsed{/if}">
300 <legend class="collapsible-title">{ts}Confirmation Email{/ts}</legend>
301 <div>
302 <table class="form-layout-compressed">
303 <tr class="crm-event-manage-registration-form-block-is_email_confirm">
304 <td scope="row" class="label" width="20%">{$form.is_email_confirm.label}</td>
305 <td>{$form.is_email_confirm.html}<br/>
306 <span
307 class="description">{ts}Do you want a registration confirmation email sent automatically to the user? This email includes event date(s), location and contact information. For paid events, this email is also a receipt for their payment.{/ts}</span>
308 </td>
309 </tr>
310 </table>
311 <div id="confirmEmail">
312 <table class="form-layout-compressed">
313 <tr class="crm-event-manage-registration-form-block-confirm_email_text">
314 <td scope="row" class="label"
315 width="20%">{$form.confirm_email_text.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_email_text' id=$eventID}{/if}</td>
316 <td>{$form.confirm_email_text.html}<br/>
317 <span
318 class="description">{ts}Additional message or instructions to include in confirmation email.{/ts}</span>
319 </td>
320 </tr>
321 <tr class="crm-event-manage-registration-form-block-confirm_from_name">
322 <td scope="row" class="label" width="20%">{$form.confirm_from_name.label} <span
323 class="marker">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_event' field='confirm_from_name' id=$eventID}{/if}
324 </td>
325 <td>{$form.confirm_from_name.html}<br/>
326 <span class="description">{ts}FROM name for email.{/ts}</span>
327 </td>
328 </tr>
329 <tr class="crm-event-manage-registration-form-block-confirm_from_email">
330 <td scope="row" class="label" width="20%">{$form.confirm_from_email.label} <span class="marker">*</span></td>
331 <td>{$form.confirm_from_email.html}<br/>
332 <span
333 class="description">{ts}FROM email address (this must be a valid email account with your SMTP email service provider).{/ts}</span>
334 </td>
335 </tr>
336 <tr class="crm-event-manage-registration-form-block-cc_confirm">
337 <td scope="row" class="label" width="20%">{$form.cc_confirm.label}</td>
338 <td>{$form.cc_confirm.html}<br/>
339 <span
340 class="description">{ts}You can notify event organizers of each online registration by specifying one or more email addresses to receive a carbon copy (cc). Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</span>
341 </td>
342 </tr>
343 <tr class="crm-event-manage-registration-form-block-bcc_confirm">
344 <td scope="row" class="label" width="20%">{$form.bcc_confirm.label}</td>
345 <td>{$form.bcc_confirm.html}<br/>
346 <span
347 class="description">{ts}You may specify one or more email addresses to receive a blind carbon copy (bcc) of the confirmation email. Multiple email addresses should be separated by a comma (e.g. jane@example.org, paula@example.org).{/ts}</span>
348 </td>
349 </tr>
350 </table>
351 </div>
352 </div>
353 </fieldset>
354 </div> {*end of div registration_blocks*}
355 </div>
356 <div class="crm-submit-buttons">
357 {include file="CRM/common/formButtons.tpl" location="bottom"}
358 </div>
359 {include file="CRM/common/showHide.tpl"}
360 {include file="CRM/common/showHideByFieldValue.tpl"
361 trigger_field_id ="is_online_registration"
362 trigger_value =""
363 target_element_id ="registration_blocks"
364 target_element_type ="block"
365 field_type ="radio"
366 invert = 0
367 }
368 {if !$is_monetary}
369 {include file="CRM/common/showHideByFieldValue.tpl"
370 trigger_field_id ="is_confirm_enabled"
371 trigger_value =""
372 target_element_id ="confirm_screen_settings"
373 target_element_type ="block"
374 field_type ="radio"
375 invert = 0
376 }
377 {/if}
378 {include file="CRM/common/showHideByFieldValue.tpl"
379 trigger_field_id ="is_email_confirm"
380 trigger_value =""
381 target_element_id ="confirmEmail"
382 target_element_type ="block"
383 field_type ="radio"
384 invert = 0
385 }
386 {include file="CRM/common/showHideByFieldValue.tpl"
387 trigger_field_id ="is_multiple_registrations"
388 trigger_value =""
389 target_element_id ="additional_profile_pre|additional_profile_post"
390 target_element_type ="table-row"
391 field_type ="radio"
392 invert = 0
393 }
394 {if $form.requires_approval}
395 {include file="CRM/common/showHideByFieldValue.tpl"
396 trigger_field_id ="requires_approval"
397 trigger_value =""
398 target_element_id ="id-approval-text"
399 target_element_type ="table-row"
400 field_type ="radio"
401 invert = 0
402 }
403 {/if}
404
405 {*include profile link function*}
406 {include file="CRM/common/buildProfileLink.tpl"}
407
408 <script type="text/javascript">
409 {literal} (function($, _) { // Generic Closure
410
411 $(".crm-submit-buttons input").click( function() {
412 $(".dedupenotify .ui-notify-close").click();
413 });
414
415 var profileBottomCount = Number({/literal}{$profilePostMultiple|@count}{literal});
416 var profileBottomCountAdd = Number({/literal}{$profilePostMultipleAdd|@count}{literal});
417
418 function addBottomProfile( e ) {
419 e.preventDefault();
420
421 var addtlPartc = $(this).data('addtlPartc');
422
423 if ($(this).closest("td").children("input").attr("name").indexOf("additional_custom_post") > -1 || addtlPartc) {
424 profileBottomCountAdd++
425 urlPath = CRM.url('civicrm/event/manage/registration', { addProfileBottomAdd: 1, addProfileNumAdd: profileBottomCountAdd, snippet: 4 } ) ;
426 } else {
427 profileBottomCount++;
428 urlPath = CRM.url('civicrm/event/manage/registration', { addProfileBottom: 1 , addProfileNum : profileBottomCount, snippet: 4 } ) ;
429 }
430
431 $(this).closest('tbody').append('<tr class="additional_profile"></tr>');
432 var $el = $(this).closest('tbody').find('tr:last');
433 $el.load(urlPath, function() { $(this).trigger('crmLoad') });
434 $(this).closest(".profile_bottom_link_main, .profile_bottom_link, .profile_bottom_add_link_main").hide();
435 $el.find(".profile_bottom_link_main, .profile_bottom_link, .profile_bottom_add_link_main").show();
436 }
437
438 function removeBottomProfile( e ) {
439 e.preventDefault();
440
441 $(e.target).closest('tr').hide().find('.crm-profile-selector').val('');
442 $(e.target).closest('tbody').find('tr:visible:last .profile_bottom_link_main, tr:visible:last .profile_bottom_link, tr:visible:last .profile_bottom_add_link_main').show();
443 }
444
445 var strSameAs = ' - '+ts('same as for main contact')+' - ';
446 var strSelect = ' - '+ts('select')+' - ';
447
448 $('#crm-container').on('crmLoad', function() {
449 var $container = $("[id^='additional_profile_'],.additional_profile").not('.processed').addClass('processed');
450 $container.find(".crm-profile-selector-select select").each( function() {
451 var $select = $(this);
452 var selected = $select.find(':selected').val(); //cache the default
453 $select.find('option[value=""]').remove();
454 $select.prepend('<option value="">'+strSameAs+'</option>');
455 if ($select.closest('tr').is(':not([id*="_pre"])')) {
456 $select.prepend('<option value="">'+strSelect+'</option>');
457 }
458 $select.find('option[value="'+selected+'"]').attr('selected', 'selected'); //restore default
459 });
460 });
461
462 $(function($) {
463
464 var allow_multiple = $("#is_multiple_registrations");
465 if ( !allow_multiple.prop('checked') ) {
466 $('#additional_profile_pre,#additional_profile_post').hide();
467 }
468 allow_multiple.change( function( ) {
469 if ( !$(this).prop('checked') ) {
470 $("#additional_custom_pre_id,#additional_custom_post_id").val('');
471 $(".crm-event-manage-registration-form-block-additional_custom_post_multiple").hide();
472 $('#additional_profile_pre,#additional_profile_post').hide();
473 } else {
474 $(".crm-event-manage-registration-form-block-additional_custom_post_multiple").show();
475 $('#additional_profile_pre,#additional_profile_post').show();
476 }
477
478 showRuleFields({/literal}{$ruleFields}{literal});
479 });
480
481 $('#allow_same_participant_emails').change( function() { showRuleFields({/literal}{$ruleFields}{literal}) });
482
483 $('#registration_blocks').on('click', '.crm-button-add-profile', addBottomProfile);
484 $('#registration_blocks').on('click', '.crm-button-rem-profile', removeBottomProfile);
485
486 $('#crm-container').on('crmLoad', function(e) {
487 $('tr[id^="additional_profile"] input[id^="additional_custom_"]').change(function(e) {
488 $input = $(e.target);
489 if ( $input.val() == '') {
490 $selected = $input.closest('tr').find('.crm-profile-selector-select :selected');
491 if ($selected.text() == strSelect) { $input.val('none'); }
492 }
493 });
494 });
495
496 }); // END onReady
497 }(CRM.$, CRM._)); //Generic Closure
498 {/literal}
499 </script>
500 {/if}