Description

Hello, I need help with the following:

  • in the transfer-request.html file, make the ‘Begin Review’ button disabled when clicked to prevent multiple clicks
  • add an event listener in the transfer-request.js file with vanilla JS
  • the button only needs to be disabled until the page is refreshed/redirected

    The backend is Django Python so the HTML looks a bit different.