Metadata
Title
Help and Support
Category
undergraduate
UUID
aed125a0d37c4035a05f55db5cfed6e9
Source URL
https://recharge.it.unsw.edu.au/mymonitor/help.php
Parent URL
https://recharge.it.unsw.edu.au/mymonitor/
Crawl Time
2026-03-10T04:18:34+00:00
Rendered Raw Markdown

Help and Support

Source: https://recharge.it.unsw.edu.au/mymonitor/help.php Parent: https://recharge.it.unsw.edu.au/mymonitor/

Help and Support

function validateEmailForm() { if (!document.emailSupportForm.emailAddress.value.match(".+@.+\.[a-z]+")) { alert("The Email address is not valid. Please enter your email address so we can get back to you."); } else if(document.emailSupportForm.emailBody.value == "" || document.emailSupportForm.emailBody.value.match("^\ +$")) { alert("Please describe the your problem in the message area."); } else if(document.emailSupportForm.userName.value == "" || document.emailSupportForm.userName.value.match("^\ +$")) { alert("Please enter your user name."); } else { document.emailSupportForm.submit(); } }

If you are having a problem or would like more information about UNSW Online Account, you can consult the online help.

Online Help

If you cannot find an answer to your question, you can send us an email using the form below. We will get back to you as soon as we can.

Your Name\

Your Email Address \

Message \

$(document).ready(function(){ $("#button-69af9b94692be") .on("click", function(e){ validateEmailForm();}) ; });