December 6, 2025 10:19 am

Welcome Aboard!

To ensure we have all the necessary information and to avoid any confusion or delays, we kindly ask that you please fill out the reservation form provided.

/* 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); document.addEventListener('DOMContentLoaded',function(){ 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; } };

Tour Information:

Special Information:

Help us to make your sailing experience even more special. Please consider to fill out the below details:

Billing Información:

ALL RATES ARE IN USD DOLLAR AND SUBJECT TO SALES TAX.
CANCELLATION POLICY: Cancellations have to be made with 8 weeks prior notice of scheduled charter date for deposit to be
refunded. Clients cancelling with less than 8 weeks notice of scheduled charter trip will be liable for the full charge of
the charter cost. “No shows” constitute full charge. In the event of the port being closed due to severe weather, your trip
will be re-scheduled. If this is not possible you will be given a refund. BOAT ASSIGNMENT: All efforts will be made to give you
the boat and crew of your choice. In the event of a particular crew-member not being available, other Alamar personnel will
replace them. In the event of mechanical problems you will be given a similar vessel. If a vessel is unavailable you will be
provided with the best available substitute. I agree that the services provided were to my satisfaction and as described.
The information on this form is confidential and will be handled exclusively by our Alamar reservation staff and as such is protected. Please return form via fax or scan and email to us. You shall receive a Confirmation within 24 hours. Deposit
requirements per days booked 40% of charter cost.

Thank you!

We have received your registration.

We are looking forward to welcome you on board!