I'd like to send an email after a form is submitted... but I am not sure what variable hold the values of the submitted form.
I have something like this: <ft:processform action="Submit Request" url="/myurl/"> <!--- process action items ---> <ft:processformobjects typename="cmiSPSpecials"> </ft:processformobjects> <!--- send email to specials group ---> <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" subject="mysubj" type="html"> WHAT CAN I PUT HERE TO GET THE NAME/VALUES ofthe submitted form fields?? </cfmail> <cfoutput>Request Sent</cfoutput> </ft:processform> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
