Is there a way to not display a variable name in an email template if that variable is left null?
Currently, only the text entry boxes will display as blank (if left null) however the radio buttons and check boxes will display the variable name if left blank, ie {variable_name}. Do I need to run a PHP Script from within the email form to strip those elements out, and if so, any suggestions as to how that might look?
Also, I've noticed that even though the email is formatted as HTML, and that there are basic styles applied to the email using CSS style tags, when the email is delivered, non of the styles are applied. It looks great from within the ChronoForms administration area, but not in the inbox.
Currently, only the text entry boxes will display as blank (if left null) however the radio buttons and check boxes will display the variable name if left blank, ie {variable_name}. Do I need to run a PHP Script from within the email form to strip those elements out, and if so, any suggestions as to how that might look?
Also, I've noticed that even though the email is formatted as HTML, and that there are basic styles applied to the email using CSS style tags, when the email is delivered, non of the styles are applied. It looks great from within the ChronoForms administration area, but not in the inbox.