tnzabo
15th August 2002, 17:49
I'm interested in disabling a form. I don't want the user to be able to access the second form on my session unless a checkbox on form one is checked. Any ideas??

Thanks in advance!

lbencic
15th August 2002, 18:28
Try a condition in the form section to send them back to form 1 if a condition is not checked:


form.2:
before.form:
if not condition then
to.form(1)
endif