Day Membership – day member

If this is your FIRST visit to TMFNP, you must arrive when the Welcome Center is staffed, which is on Thursday, 4:00 PM to 6:00 PM and Friday through Sunday, 11:00 AM to 3:00 PM.

The park is only open to Day Members from May 1st to September 30th. Please consider joining us as a full member of Tiger Mountain Family Nudist Park. For more information see  https://tigermtnudists.com/about-us/membership/

However for visits during the open season, after your first visit to Tiger Mountain Family Nudist Park, you may request a day member code with 24 hours notice and pre-payment using this form .   The fee is $35.

    /* * Record which payment button was clicked. */ document.addEventListener('click', function (event) { const button = event.target.closest('.payment-submit'); if (!button) { return; } const form = button.closest('.wpcf7-form'); if (!form) { return; } const paymentMethodField = form.querySelector( 'input[name="payment-method"]' ); if (!paymentMethodField) { return; } paymentMethodField.value = button.dataset.paymentMethod || 'online'; }); /* * Handle Pay in Person before other redirect plugins. * * The final "true" enables capture mode, causing this listener * to run before ordinary Contact Form 7 redirect listeners. */ document.addEventListener( 'wpcf7mailsent', function (event) { const paymentMethodField = event.detail.inputs.find( function (field) { return field.name === 'payment-method'; } ); /* * Pay Online: * Do nothing and allow the other plugins to handle it. */ if ( !paymentMethodField || paymentMethodField.value !== 'person' ) { return; } /* * Pay in Person: * Prevent redirect handlers registered by other plugins * from receiving this Contact Form 7 event. */ event.stopImmediatePropagation(); event.stopPropagation(); window.location.replace( 'https://tigermtnudists.com/pay-at-the-park/' ); }, true );
    Scroll to Top