update
This commit is contained in:
@@ -42,10 +42,6 @@
|
||||
<div class="label">{translate word='Telefon'}:</div>
|
||||
<div class="value">{formField name="phone" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='Fax'}:</div>
|
||||
<div class="value">{formField name="fax" type="text" errorClass="warning"}</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="label">{translate word='email'}:</div>
|
||||
<div class="value">{formField name="email" type="text" errorClass="warning"}</div>
|
||||
@@ -220,6 +216,7 @@
|
||||
$('#participation_option').val('full');
|
||||
$('#one-day-lodging-days').hide();
|
||||
$('#one-day-no-lodging-days').hide();
|
||||
$('#conference_1').hide();
|
||||
|
||||
if (selectedId === 'conference_fee_1_lodging') {
|
||||
$('#participation_option').val('one_day_lodging');
|
||||
@@ -229,6 +226,8 @@
|
||||
if (selectedId === 'conference_fee_1') {
|
||||
$('#participation_option').val('one_day_no_lodging');
|
||||
$('#one-day-no-lodging-days').css('display', 'flex');
|
||||
$('#price_plus_room').prop('checked', false);
|
||||
$('#price_plus_person').prop('checked', false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user