Hello,
I try to use the PostSubmitForm function but the resultts are not exactly that I want.
Here my login sample. 2 pages (zip file attached)
First one to put the login name and ok button, and the second page to retrieve the login name result.
In the postSubmitform function, I can intercept the login and display it or display an alert if blank
My issues are:
– If the login name is blank I receive the alert message, but I continue to the second page. If the login name is blank the second page access would not be possible. How to ?
– If the login name is not blank, I continue to the next page. Ok. How to retrieve the login name in the second page into the field ?
– And the last. Try to use ‘demo’ for login name. An alert message will be displayed if this login is good and you will have an access to the second page. But when you go back to the first page by Back button, the alert will be displayed again. The postPageTransition is executed again when you go back to the page ! strange ?
In 2 words. I would like check the login field. If it’s not blank and correct I continue to the next page and retrieve this login name into the second page.
How to do that ?
I miss something !
Many thanks
Attachments:
You must be
logged in to view attached files.