There are two fields that I don’t want included though. Is there anyway of hiding these as they will always come through blank without any data so we don’t want it displaying in the results.
@SiroccoDigital Another way would be not to use formSubmissionData.fields.all and loop through it, but to use formSubmissionData.fields.custom.[field].value and then pick just those fields you would like to see on your Thankyou page.
@Adam.Wilson I have tried using this with the fields setup in both ‘{{formSubmissionData.fields.custom.ProductAssemblyRequired.value}}’ and ‘{{this.formSubmissionData.fields.custom.ProductAssemblyRequired.value}}’ and it doesn’t want to remove these fields from the data list.