Inside the processformobjects tag properties are accessible through the stProperties variable. You can change this by adding an stProperties attribute that specifies the variable name you want.
Blair On Dec 8, 2007 9:44 AM, Chris Roth <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
