Email
Password
Remember me
Forgot your password?
Log in
now
Hey there! 👋 I'm MariKate.
Thanks for stopping by!
How can I help?
Sorry, I'm probably out chasing chickens around! 🐔🏃💨
Please leave your number, and I'll be sure to text you back there shortly!
Name
Phone Number
Submit
Got it! I'll text you back there shortly!
response.json()) .then(data => { if (data.success) { let imageMarkdown = `![](https://kakadoodle.com${data.imageUrl})`; message = message ? message + '\n' + imageMarkdown : imageMarkdown; // Update Alpine model directly // Hide the textarea let input = document.querySelector('textarea#message-13.58.40.171'); if (input) { input.style.display = 'none'; } // Display the uploaded image as a preview let imagePreviewContainer = document.getElementById('image-preview-13.58.40.171'); if (imagePreviewContainer) { let imgElement = imagePreviewContainer.querySelector('img'); if (imgElement) { imgElement.src = `https://kakadoodle.com${data.imageUrl}`; imagePreviewContainer.style.display = 'block'; // Show the container } } } else { alert('Image upload failed'); } }) .catch(error => { alert('An error occurred while uploading the image.'); console.error('Error:', error); }); }" class="block w-full h-10 rounded-none rounded-l-md border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm" >
Uploading
Upload a file
or drag and drop
PNG, JPG, GIF up to 10MB