Question
Clear fields after pressing button
Hello, i have a form with a email button. Is it possible when they hit the email button its clears all form fields. Because when some one else use the form they can start with a blank form.
I already tried the : this.resetForm(["P1.OrderForm.REVISIE","P1.OrderForm.OMSCHRIJVING TEKENING"]); javascript in the button field. But it doesn't work.
What is wrong?
