mseiferl
21-May-2010, 05:47 AM
I don't know whether this is a bug or not. I posted this in the Community Forum and a helpful user who appears quite knowledgeable with formmail tried to help but couldn't figure this out. So I don't know if I'm trying to do something formmail can't do or can do but isn't working as it should be (or perhaps I'm doing something wrong). In any event, I'll post it here and you can tell me if it's a bug or not.
I have the following fields in my form:
<input type="hidden" name="filter" value="null" />
<input type="hidden" name="filter_options" id="filter_options" value="Attach=App_Submission.html" />
<input type="hidden" name="mail_options" id="mail_options" value="HTMLTemplate=adopt_app.html,TemplateMissing=Blank,AlwaysList,NoPlain" />
But what I get in form results is an e-mail in which there is formatted results using my adopt_app.html template, an attachment called App_Submission.html but when I click on the attachment, it is simply an unformatted string of field names followed by a colon then the field result (no returns just one long string wrapping based on the size of your browser window). The source of the html is formatted only inasmuch as there are returns after each field. (All of this is posted in Community Forum if you need to see the results).
I initially tried to get a formatted html file attachment (using adopt_app.html) without the "NoPlain" property on the mail_options value but got the same results.
So is this a bug? Since I don't know formmail very well I can't judge. I'm going by the user that tried to help. And if it is a bug, well then I guess I'm reporting it here.
I would like to know though so I can tell if it's my problem or a formmail problem.
I have the following fields in my form:
<input type="hidden" name="filter" value="null" />
<input type="hidden" name="filter_options" id="filter_options" value="Attach=App_Submission.html" />
<input type="hidden" name="mail_options" id="mail_options" value="HTMLTemplate=adopt_app.html,TemplateMissing=Blank,AlwaysList,NoPlain" />
But what I get in form results is an e-mail in which there is formatted results using my adopt_app.html template, an attachment called App_Submission.html but when I click on the attachment, it is simply an unformatted string of field names followed by a colon then the field result (no returns just one long string wrapping based on the size of your browser window). The source of the html is formatted only inasmuch as there are returns after each field. (All of this is posted in Community Forum if you need to see the results).
I initially tried to get a formatted html file attachment (using adopt_app.html) without the "NoPlain" property on the mail_options value but got the same results.
So is this a bug? Since I don't know formmail very well I can't judge. I'm going by the user that tried to help. And if it is a bug, well then I guess I'm reporting it here.
I would like to know though so I can tell if it's my problem or a formmail problem.