10447 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1374 Views |
-
UserForms - creating a good looking email template

15 June 2009 at 1:47am
Hi,
I installed UserForms and it works pretty well.
Right now, I'm editing the file SubmittedFormEmail.ss and I need to know, what type the Field is, the code currently pastes. I want to handle headings different to the rest, like:
<% control Fields %>
<% if Fields.Heading %>
do something
<% else %>
do something else
<% end_if %>
<% end_control %>I was looking in the documentation, the tutorial and the forum, but I didn't find anything.
Thanks in advance.
Best, Mario
-
Re: UserForms - creating a good looking email template

15 June 2009 at 5:32pm
I would have thought it doesn't output literal text fields such as headings, content boxes and so it only outputed fields which had submitted values. The reason for this is it doesn't print out from the submitted fields rather then values saved from the database.
Are you using 0.2 release of userforms?
| 1374 Views | ||
|
Page:
1
|
Go to Top |


