ENQUIRY

* Marked fields are mandatory.

// Check if the cookie is set // If the cookie is not set, show the modal // Handle form submission // Get user input values // Set the cookie to indicate that the modal has been shown setCookie('modalShown', 'true', 30); // Cookie expires in 30 days // Function to set a cookie // Function to get a cookie