Hi,
I need to make an edit to a laravel application where the user is expected to read through an agreement before confirming their acceptance. I need to implement a function that makes the button greyed out until the user scrolls to the bottom of the textarea.
I have been trying to use vanilla JS and HTML to implement this from tutorials online but its not working.
Does laravel have a proper way to do this?
Thanks in advance.
So, in laravel, textarea does not respond to the javascript manipulation. It worked after I added a div with the JS ID .
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community