@ChrisDrit I used your tutorial with n8n to execute something similar (displaying quiz results directly after filling out a form).
The only modification I had to make to the code was editing id’s and updating the successful header response code to 200 instead of 302 since that’s what n8n was sending.
But it seems not to work anymore. I’ve checked the POST response from make.com in Chrome, and it contains the Content-Type: application/json; charset=utf-8 and response payload: { "message": "We couldn't find the user in our database." }. I’ve also added the wfu-form-message custom attribute to the text of the error state text block. The resulting error state shows an empty text field: