So I created a textfield component. On my auth page, there's a conditional builder where I display the login orthe sign up page. The sign up/login forms are using the textfield components.
The problem: Every time I add a text to my sign up textfields (Email and password), this gets shown on the login display. Also, when I send the sign-up info, it works, but it doesn't work when I send the login info (the other side of the conditional builder)
Here's an illustration:
https://www.loom.com/share/20f236e0332e4da38dfee002adaf1b6c?sid=cf948407-dd40-48d6-a497-3e051f54bd64
Here you can see when i press sign up after inputting my email password, it adds the email to the top text, but when I do it for the login, it puts in the default text.
Note: Doing my head in for two days now, trying to make this work, please help haha!
Created a textfield component, but when I put the component in a conditional builder it doesn't detect the input?
1
2 replies