Trying to see if I can call a function when I change a field value. I have a rule setup on the DFFS form. Rule: If this Trigger DayDiscount Is Changed Call function: showme
In the Custom JS section of Misc tab, I have:
function showme(){
alert(“Hello”);
}
the function is not called. What am I doing wrong here?
Thanks for any help.
John
-
This topic was modified 9 years, 1 month ago by Alexander Bautz. Reason: Moved to DFFS