Hi Support,
I have created a Clear button on my e-mail screen to clear all text boxes(nameField, emailField, messageArea). I have the following java script but it does not work.
I tried these scripts for the nameField but not working:
m1-myEmailScreen-nameField = “”;
nameField = “”;
m1-myEmailScreen-nameField = ‘ ‘;
nameField = ‘ ‘;
What is the correct way to do this?
Please help. thanks.