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