Mitglied werden

Beitrittsformular

let showThisFieldIf = { conditional_html_field_aktive_Mitgliedschaft: { conditional_radio_trigger: [1], }, conditional_html_field_inaktive_Mitgliedschaft: { conditional_radio_trigger: [2], }, } /* Code from https://element.how/elementor-pro-add-conditional-form-fields/ * You are allowed to use on your website and your clients websites * No sale or redistribution without permission * Copyright 2023 by Element.how * Version 1.1 2023/03/15 */ document.addEventListener('DOMContentLoaded', conditionalFormFieldFunc); jQuery(document).on('elementor/popup/show', (event, id, instance) => { conditionalFormFieldFunc(); }); function conditionalFormFieldFunc() { function testLogic() { for (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) { let conditionalInput = setInputsElemArray(conditionalInputID); let match = true; for (const [conditionID, conditionValues] of Object.entries(condition)) { let inputs = setInputsElemArray(conditionID); let selectedInputs = []; inputs.forEach((input, i) => { if (input.checked) { selectedInputs.push(i); } }); if (inputs[0].tagName == 'SELECT') { selectedInputs.push(inputs[0].selectedIndex); } let adjustedConditionValues = conditionValues.map(e => e - 1); if (!(adjustedConditionValues.every(condition => selectedInputs.indexOf(condition) > -1))) { match = false; } }; if (match) { conditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = "block") } else { conditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = "none") } } } testLogic(); /* Add event listeners */ for (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) { for (const [conditionID, conditionValues] of Object.entries(condition)) { let inputs = setInputsElemArray(conditionID); inputs.forEach(input => { input.addEventListener('input', function () { testLogic(); }) }) } } function setInputsElemArray(ID) { let selectors = `[name="form_fields[${ID}]"]`; let inputs = Array.from(document.querySelectorAll(selectors)); if (!inputs.length) { selectors = `[name="form_fields[${ID}][]"]`; inputs = Array.from(document.querySelectorAll(selectors)); } return inputs; } };
Hiermit bestätige ich den Beitritt in den JGV Odendorf e.V. am:
als:
Aktive Mitgliedschaft:
Der Jahresbeitrag für aktive Mitglieder beträgt 60,00€ pro Jahr. Der Beitrag ist jährlich zum 01.01. oder halbjährlich zum 01.01 und 01.07. des laufenden Kalenderjahres zu leisten. Gemäß §5 der Vereinssatzung sind die festgelegten Beiträge zu den oben genannten Zeitpunkten selbstständig auf das bekannte Vereinskonto zu überweisen. Die Überweisungsfrist beträgt 7 Tage ab Fälligkeitsdatum. Nichtzahlungen der Beiträge führen zum Vereinsausschluss.
Inaktive Mitgliedschaft
Ich unterstütze den JGV Odendorf e.V. mit einem Jahresbeitrag von: Euro. Der Beitrag wird jährlich durch den Vorstand eingesammelt.

1. Vorsitzender & Präsident

Marcel Müller
Frankenstraße 6
53913 Swisttal
Tel. 0172 8428311

2. Vorsitzender

Maurice Mudraschk
Schornbusch 6
53913 Swisttal
Tel. 0151 28927949

1. Kassierer

Lars Außem
In der Freiheit 20
53913 Swisttal
Tel. 0157 53675524

1. Schriftführer

Julian Blum
Erikastraße 3
53881 Euskirchen
Tel 0176 70396035

Bankverbindung

VR-Bank Bonn Rhein-Sieg eG
IBAN: DE58 3706 9520 0078 0810 15
BIC: GENODED1RST

Email: Vorstand@JGV-Odendorf.de
www.facebook.com/jgv.odendorf