rad14701
Newbie
Posts: 1
Registered: 3/13/2006
Location: Jamestown, NY USA
Member Is Offline
|
| posted on 3/13/2006 at 04:06 PM |
|
|
Suppressing Alert Box
Is it possible to suppress the javascript alert box popup and only have the form field labels highlighted rather than both types of notification...???
|
|
|
tigra
Administrator
Posts: 1960
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/13/2006 at 05:01 PM |
|
|
in pro version you have the option to choose the notification method(s).
|
|
|
tsylvai
Junior Member
Posts: 3
Registered: 4/16/2006
Location: Paris , France
Member Is Offline
|
| posted on 4/16/2006 at 11:59 PM |
|
|
solution
i detect a little bug in the validator code,
In line 209 in the JS CODE ,
replace
alert(s_alert_message);
by
this.f_alert(s_alert_message);
will soluce the pb .
and then the config "alert : true" ou "alert : false" is used.
(sorry for my english !!!)
|
|
|