Like the title says, my contact form has the parameter
process:
reset: true
This seems to prevent the submitted form data from showing in the thankyou page.
Removing reset: true or setting to false allows the data to be posted.
Is there a workaround for this?