// Initialize nice select
// Handle Photography dropdown changes
$('#other_photography').val(''); // Clear the input when hidden
// Handle Source dropdown changes
$('#other_source').val(''); // Clear the input when hidden
// Update form submission to include "other" values in the WhatsApp message
// Process "other" values before submission
// Update the formData to include the other_photography value
// We'll handle this in the backend
// Update the formData to include the other_source value
// We'll handle this in the backend
// Update WhatsApp function to include "other" values
var budget = document.getElementById("budget_range")?.value || ""; // Added this line
// Handle photography selection with "Other" option
// Handle source selection with "Other" option
// Open WhatsApp in a new tab