SOLVED!
It's the little things that REALLY matter!
The form was missing an "=" after value (my editing error)
Problem line:
<input type="hidden" name="mail_options" value"AlwaysList,FromLineStyle" />
Fixed:
<input type="hidden" name="mail_options" value="AlwaysList,FromLineStyle" />
Bookmarks