Prioritise overlay of one field on top of another (for display to end user)
Hi,
I have two fields in a form, one of which is calculated (e.g. field name "A" and calculates fields "B"+"C"), the other field (lets call it "WARNING") is set with some custom calculation script and a default message set in the "Options" default value area and that will appear if the value of "B"+"C" exceeds a threshold value - lets say ">=2".
Now, the functionality of the above works just fine, but I want to overlay the "WARNING" field on top of the "A" field, and obscure the calculation this field has made (if the threshold value is exceeded), with the "WARNING" field and its associated message (as set in the Options - default value). The problem seems to be that the calculated "A" field is layered over and above the "WARNING" field - is there a way of prioritising the layers? i.e. when "WARNING" is displayed, it sits on top of the "A" field and obscures it.