Posts by Nayana • 1 point
2 posts
-
0
votes0
answers81
viewsQ: Error 500 when submitting a form with validation in ajax and fortify Aravel
I am trying to create a simple registration form in fortify Aravel and using validation with ajax. The form when it is submitted inserts the values into the database as intended, but ends up not…
-
0
votes0
answers57
viewsQ: Servlet does not receive the URL parameter
I’m trying to create a basic password recovery system. Each user has a token stored in the database and when trying to create a new password, it would be stored in the same account as the token…