Hi @Filip_Kostic and welcome in wappler community,
Please check if you have created the registration page exactly like @Hyperbytes has explained in these great video tutorials:
And your registration page is listed in your pages:
If these are OK, please provide details of what you have done so far.
Have in mind that screenshots or your code would be needed in order for us to check your issue.
Code Formatting
When pasting code in your posts, please use the following formatting options, in order to be sure your code is readable and well formatted for the rest of the users.
Inline code formatting
Surround a section of code with backticks (`) inline code formatting.
Typing:
`var x = 10;`
Results in:
var x = 10;
This can also be done as var x = 10; inline.
Multi-Line Blocks of Code
Surrounding code with three backticks ``` will allow for code to span multiple lines
Typing:
```
f…