Hello!
I've created an xmod form and list. It consists of several input categories for different pieces of information I need to gather.
The final item is an email notification after its submitted. I'm trying to figure out the code needed to transfer the information entered into the text boxes to the html format email message.
I copied an earlier form version:
"Name: <xmod:field name="NAME"></xmod><br>"
Its not working when the email arrives. Instead of having "Name: Joe" I get "Name:" I'm not sure what I'm missing, but I'm willing to bet its something simple. Thanks in advance!