I'm getting an error when trying to send an email using CFMAIL.
All I'm trying to do is submit an email as a record of some form submissions. I'm not pulling the info from a query, so I don't need to group anything. Am I just missing something obvious here??
If I have the cfmail tag enclosed in cfoutput tags, it throws this error:
A CFMAIL tag is nested inside a CFOUTPUT tag that does not have a GROUP= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, the top-level tag must specify a top-level group using a GROUP= attribute.
The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (46:1) to (49:14).
If I don't have it inside cfoutput tags, I get this error:
The attribute value is an invalid expression: An error has occurred while processing the expression:
DBXL Change Request - #Form.Layout#
Error near line 1, column 2.
--------------------------------------------------------------------------------
Error resolving parameter FORM.LAYOUT
The specified form field cannot be found. This problem is very likely due to the fact that you have misspelled the form field name.
If I have the CFMail tage enclosing the CFOutput tag, I get this error:
A CFOUTPUT tag is nested inside a CFMAIL tag with no GROUP= or QUERY= attributes . This is not allowed. Nesting these tags implies that you want to use grouped processing. However, the outer tag does not specify a query to loop over or a group to process.
The error occurred while processing an element with a general identifier of (CFOUTPUT), occupying document position (49:1) to (49:10).
Thanks for the help!
Doug
All I'm trying to do is submit an email as a record of some form submissions. I'm not pulling the info from a query, so I don't need to group anything. Am I just missing something obvious here??
If I have the cfmail tag enclosed in cfoutput tags, it throws this error:
A CFMAIL tag is nested inside a CFOUTPUT tag that does not have a GROUP= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, the top-level tag must specify a top-level group using a GROUP= attribute.
The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (46:1) to (49:14).
If I don't have it inside cfoutput tags, I get this error:
The attribute value is an invalid expression: An error has occurred while processing the expression:
DBXL Change Request - #Form.Layout#
Error near line 1, column 2.
--------------------------------------------------------------------------------
Error resolving parameter FORM.LAYOUT
The specified form field cannot be found. This problem is very likely due to the fact that you have misspelled the form field name.
If I have the CFMail tage enclosing the CFOutput tag, I get this error:
A CFOUTPUT tag is nested inside a CFMAIL tag with no GROUP= or QUERY= attributes . This is not allowed. Nesting these tags implies that you want to use grouped processing. However, the outer tag does not specify a query to loop over or a group to process.
The error occurred while processing an element with a general identifier of (CFOUTPUT), occupying document position (49:1) to (49:10).
Thanks for the help!
Doug