When I try now, everything seems to be 1 step behind. Best way to show this is in the vid here.
The email address I try to use should fail as it does exist on the database.
2020-09-18_09-15-51
So, why is the message not showing under the input and which is the alert 1 step behind?
If anyone can help shed some light on this, I would be grateful.
For the bootstrap form add validation to the text input (such as required) this should allow the error message to show.
For the alert: rather than using the ‘Run’ step in the flow, you can use a dedicated Server Connect step.
I tend to use status as I think the lastError property changes depending on what stage of the XHR process it is.
You can give it a name (such as sc1) and then access it in your condition as sc1.status == 200
then -> do whatever for successful (add a comment if nothing)
else -> do whatever for failed