Littlebird for Healthcare

Need HIPPA compliance? Reach out to our team to get started.

By submitting this form, you understand that Littlebird may reach out with updates on our products and services. You may unsubscribe at any time. To learn more, please review our Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Organize your life and cut busywork

Download on MacOS

Get the desktop app

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('input', function(e) { if (e.target.tagName === 'INPUT' && e.target.type === 'text') { const urlPattern = /https?:\/\/|www\.|\.com|\.net|\.org|<|>/i; if (urlPattern.test(e.target.value)) { e.target.value = ''; alert('Please enter valid information. URLs are not allowed.'); } } }); });