Contact Form handler response

I have a contact form handler that redirects back to my hugo site with variables in the url (i.e. https://gfhome.myparachutecloud.com/success/?message=Thank+you%2C+if+you+supplied+a+correct+email+address+then+we’ll+process+your+request+within+the+next+48+hours.&status=success). I want a page that displays the status and message from the variables in the url. I think this should be possible using urls. Parse but I’m having trouble finding how to use that to parse a dynamic url.

It is not. Hugo is a static site generator. You need to use JavaScript to parse the query string and display the values.

Assistance with JavaScript is off-topic in this forum.