Posts by Leonardo • 5 points
2 posts
-
-3
votes1
answer43
viewsQ: How to redirect with Value and use Option text for Select Input?
I have a difficulty in Select which is to use Value to complement a link and Select to Input. This is the Select code, as you can see I used Onchange to bring Value to the link: <select…
-
0
votes1
answer203
viewsQ: Validate if user is logged in and redirect to the page they were trying to access
Hello, I have the following question. When the user accesses the page: /wallet, there is a validation to know if he is logged in, if he is not, he is redirected to the login page, but after the…