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.
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();}) ; });