Hello,
I am trying to remove non-alphanumeric characters from a field using an on-save event. Here is what I have in my OnSave event so far:
(DELCHR(String,'=','!|@|#|$|%');
What else do I need to add to get this event to work? I have not created OnSave events in the past and am new to JavaScript. When I try to execute the event in my form, I receive an error telling me I am missing the ']' symbol, which I do not believe is the issue.
Thanks!
*This post is locked for comments
I have the same question (0)