Eastern Oregon University

24/7 Chat with a Librarian

Have a question? Need help researching? Not sure where to find what you need? The Library now offers a 24/7 Research Chat service. Ask for help and chat with a librarian using the chatbox on the Library's homepage! https://library.eou.edu/

FormTest










jQuery('#offline-contact-form').submit(function(event) { console.log("submit function was called"); event.preventDefault(); jQuery.ajax({ type: 'POST', url: 'https://libraryh3lp.com/api/email/_submit', data: jQuery(this).serialize(), error: function() { jQuery('#offline-contact-form').html('Uh oh! There was an error.'); }, success: function() { jQuery('#offline-contact-form').html('Form submited successfully!'); } }); });