I have a requirement to pass secure information in a receipt email based on user selections. I know I can show and hide fields with conditional logic but this is not secure as css is used to hide the data and it is still present in the source code. Is there a way to securely hide data using logic an have it appear only in the receipt email to the user?
Thanks
A