|
version 1.1, 2005/03/09 03:18:14 UTC
|
version 1.2, 2005/03/10 20:44:06 UTC
|
|
|
|
| <!--- Name: act_finalprocess.cfm |
<!--- |
| |
Please change the 'To' & 'From' fields in the CFmail tag to include each center admin email address |
| |
|
| |
Name: act_finalprocess.cfm |
| Purpose: This file is as action file to bring up all the information such as organization details, services selected. The |
Purpose: This file is as action file to bring up all the information such as organization details, services selected. The |
| email of the user is also selected so the details can be emailed to the concerned person. The hidden variable - Visitor_id |
email of the user is also selected so the details can be emailed to the concerned person. The hidden variable - Visitor_id |
| using the GetUserEmail query passed onto the next dsp_adduser.cfm form if user selects "Edit the program" on the final |
using the GetUserEmail query passed onto the next dsp_adduser.cfm form if user selects "Edit the program" on the final |
|
|
|
| |
|
| <cfoutput><input type="hidden" name="vid" value="#GetUserEmail.visitor_id#"></cfoutput> |
<cfoutput><input type="hidden" name="vid" value="#GetUserEmail.visitor_id#"></cfoutput> |
| |
|
| <cfmail from="ryoder@unomaha.edu" to="nnaidu@mail.unomaha.edu, #getUserEmail.Email#" subject="Information of the organization has been changed"> |
<cfmail from="ryoder@unomaha.edu" to="pkanel@mail.unomaha.edu,nnaidu@mail.unomaha.edu, #getUserEmail.Email#" subject="Information of the organization has been changed"> |
| #GetUserEmail.fname# #GetUserEmail.lname# |
#GetUserEmail.fname# #GetUserEmail.lname# |
| This e-mail is automatically generated to let you know that the information for your organization |
This e-mail is automatically generated to let you know that the information for your organization |
| has been changed in our database. We might contact you to validate the information. Once the information has been |
has been changed in our database. We might contact you to validate the information. Once the information has been |