Work on the new Data Store element
This commit is contained in:
@@ -8,6 +8,9 @@ import { fade } from 'svelte/transition';
|
||||
// store_current_tab must be prefixed with $ to be reactive.
|
||||
import { clipboard, FileDropzone, getModalStore, localStorageStore, ProgressRadial, RadioGroup, RadioItem, TabGroup, Tab, TabAnchor } from '@skeletonlabs/skeleton';
|
||||
import type { Writable } from 'svelte/store';
|
||||
|
||||
import Element_data_store from '$lib/element_data_store.svelte';
|
||||
|
||||
const store_current_tab: Writable<string> = localStorageStore('ae_sponsorships_current_tab', 'start');
|
||||
console.log(`store_current_tab:`, $store_current_tab);
|
||||
|
||||
@@ -1215,8 +1218,16 @@ async function handle_update__sponsorship({
|
||||
{$ae_loc.ds['sponsorships__agree_li'][1].code}
|
||||
{/if} -->
|
||||
|
||||
<h3 class="h4 input_required">Sponsor General Waiver</h3>
|
||||
<p class="text-sm">Proceeds from your sponsorship benefit the National Marine Sanctuary Foundation, a 501c3 nonprofit organization. Your contribution may be tax-deductible. For more information, please consult with a tax professional. All sales are final, and contributions, purchases, tickets, and sponsorships are non-refundable. As the host of CHOW, the Foundation is committed to the safety and well-being of all participants. If CHOW moves entirely to a virtual platform due to external circumstances, the Foundation will work with you to ensure that we meet your sponsor benefit needs. In the event of cancellation, your purchase becomes a tax-deductible gift.</p>
|
||||
<Element_data_store
|
||||
ds_code="sponsorships__form__waiver_html"
|
||||
ds_type="html"
|
||||
for_type="sponsorship_cfg"
|
||||
for_id={$slct.sponsorship_cfg_id}
|
||||
display="block"
|
||||
class_li=""
|
||||
/>
|
||||
<!-- <h3 class="h4 input_required">Sponsor General Waiver</h3>
|
||||
<p class="text-sm">Proceeds from your sponsorship benefit the National Marine Sanctuary Foundation, a 501c3 nonprofit organization. Your contribution may be tax-deductible. For more information, please consult with a tax professional. All sales are final, and contributions, purchases, tickets, and sponsorships are non-refundable. As the host of CHOW, the Foundation is committed to the safety and well-being of all participants. If CHOW moves entirely to a virtual platform due to external circumstances, the Foundation will work with you to ensure that we meet your sponsor benefit needs. In the event of cancellation, your purchase becomes a tax-deductible gift.</p> -->
|
||||
<label for="agree" class="label">
|
||||
<input
|
||||
type="checkbox"
|
||||
@@ -1230,8 +1241,16 @@ async function handle_update__sponsorship({
|
||||
Yes, I understand the "Sponsor General Waiver".
|
||||
</label>
|
||||
|
||||
<h3 class="h4">Special Accomodations</h3>
|
||||
<p class="text-sm">If you require any special accommodations in order to enhance/enable your involvement with CHOW please provide details in the text box below. A member of the CHOW team will reach out to assist.</p>
|
||||
<Element_data_store
|
||||
ds_code="sponsorships__form__accomodations_html"
|
||||
ds_type="html"
|
||||
for_type="sponsorship_cfg"
|
||||
for_id={$slct.sponsorship_cfg_id}
|
||||
display="block"
|
||||
class_li=""
|
||||
/>
|
||||
<!-- <h3 class="h4">Special Accomodations</h3>
|
||||
<p class="text-sm">If you require any special accommodations in order to enhance/enable your involvement with CHOW please provide details in the text box below. A member of the CHOW team will reach out to assist.</p> -->
|
||||
<label for="q_accommodations" class="label">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user