Hi there,
I have a problem comparing fields with javascript.
here is the whole story:
I want to check in a view if the user entered an existing number. I have 1 field that checks what the user entered, and 1 field to check with dblookup whats in the view. I have a third field that compares the other 2 fields with each other, if its the same it returns a 1, and if its different it returns a 0.
In the submit button i have a javascript code that checks what value the third field is. If its 1 it continues, if its 0 it gives an alert.
Now the problem is that it only works if the third field is an editable field. If the third field is computed it doesnt do annything.
So now my real question is, does annybody know a way around this? or does annybody know a way to let it work with computed field??
-Jantje