Hi I use action field validation for my form. When I press "submit" button multiple times to test a field validation of "requiredstring", each invalid value message is printed and is stacked on each other. That means if I press "submit" button 5 times, the invalid warning message is printed out 5 times on the same page. How do I clean up the validation message when I press "submit" button multiple times. Thanks
Windy Hung