Hi,
As a Mongoose beginner, I got stuck for hours in the Hello World Tutorial, trying to find what I could have been doing wrong. Eventually I found it was a slight bug in the doc. I thought I would share the bug and the fix.
Please note, maybe it's correct in the videos, but I'm only working with the text part of the tutorial.
Here is what the CustomerPortal form looked like after I launched it in Runtime mode:
Disabled buttons, signin page not displayed: no actions possible on the form.
The cause simply lies in an inconsistent use of quotes when defining/using the Page variable.
- The Page variable is defined, from the form events, as "1", "2" or "3".
- The regions are configured to display depending on Page=1, 2 or 3.
Just a matter of adding quotes everywhere, or removing them everywhere, and it will work as expected:
Regards.