The community member is having issues with a Firebase Signup form they obtained from a marketplace. The form is not displaying error messages, and the JavaScript script module cannot find the error message div. The community member is unsure if there is a problem with the state form, as it seems to stay in the initial state even with an error. Additionally, the community member is unable to redirect to another page when the form is successful, as the window.location.href in the template does not work.
I have a Firebase Signup form (I took it from the marketplace) but it doesn’t show error messages. The javascript script module can’t find the error message div.
Do I have a problem with the state form? It seems to stay in initial even with an error.
Another question, when it is in success how to redirect to another page? The window.location.href in the template don’t works.