Hello,
I have a form, there are 2 select fields on it, lookup method automatic on both fields.
field1 - Use title = yes
field1 - Title internal value = 0
field1 - Title: “None selected!”
I make an Ajax event OnChange on field2. The onChange Ajax code is on field2 is:
if ({field1} != 0) {
{field1} = 0;
}
I would like, if the user select anything from field2, and field1 is not empty, than set the value of {field1} to 0.
It is not working. If the lookup method of field1 is Manual, than the Ajax event of field2’s onChange can manipulate field1.
Anyone can help?
BR,
Tibor