I'm going nuts.
I have a page with two layers on it. Each layer has a simple form on it, with a submit button. Layer1 starts off visible, Layer2 starts off hidden.
When you submit on Layer1, Layer2 is exposed/shown. Layer1's variables are processed in Layer2. Then it should wait for Layer2's submit button to be clicked.
Instead, as soon as Layer2 comes up, its form is submitted with no user interaction at all.
What should I do?
Thanks!
Ross