I've created a form that has multiple html fields. When the form is submitted, the email is filled with values like EditableLiteralField# everywhere I used an html field.
Is there a way to remove them from being included in the email that is sent out?
Possible by just editing the .ss template and doing an if check for the field type and not writing it if true?