* Due to high volume, Prices will fluctuate during seasons, holidays, and special events. *
please complete and submit the form Above. A member of our staff will contact you within 24 hours of receiving your request.
“I recently stayed at Solstice At Wilton and had a great experience. The grounds are very nice and well maintained. Jimmy and Chris are such great host! They make you feel welcome and accommodate any needs you might have. LITERALLY steps away from Wilton Drive. Thank you for a great experience!
Mark your calendars and join us from July 10–13, 2025, for our Annual Beach Party Week, held on the picturesque beaches of Fort Lauderdale. This 10-year celebration promises to be bigger and better than ever. DJ Danny Verde and hosted by Jonathan Casañas.
document.addEventListener('DOMContentLoaded', function () {
// Get the form by the CSS ID you'll set in Elementor (ID = anti-spam-form)
var form = document.querySelector('form#anti-spam-form');
if (!form) return;
// Get the hidden security token field
var tokenField = form.querySelector('input[name="security_token"]');
if (!tokenField) return;
// Set a dynamic timestamp value
tokenField.value = Date.now().toString();
// Block submission if the field is empty (bot missing dynamic JS)
form.addEventListener('submit', function (e) {
if (!tokenField.value || tokenField.value.trim() === '') {
e.preventDefault();
alert('Unable to verify your submission. Please refresh and try again.');
}
});
});