Resolved! Client script to restrict spaces - leading/trailing/intext
Hi all, I have a client script running on a variable that has the following requirements: trim leading and trailing whitespacechange spaces in the text to _ (underscore) var regex = new RegExp("^[a-zA-Z0-9_]*$"); var mailboxName = g_form.getValue(...