Forgot Password - Email Only

This is the flow that I’d like to happen when a user clicks “forgot password” using Classic Universal Login dialogue.

Auth0 Login page → Click “Forgot Password” → User Enter email → Script executed on custom database to send user email to reset password.

I currently have the “Forgot Password” link directed to a custom url page so that users can enter in email, and script to execute.

Is there a way to utilize Auth0’s “Customize Password Reset Page” setup to only take user’s email address, and then execute Custom Database Action Scripts?