(file) Return to act_finalprocess.cfm CVS log (file) (dir) Up to [Development] / p2rx-programs

Diff for /p2rx-programs/act_finalprocess.cfm between version 1.1 and 1.2

version 1.1, 2005/03/09 03:18:14 UTC version 1.2, 2005/03/10 20:44:06 UTC
Line 1 
Line 1 
 <!---   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
Line 44 
Line 47 
   
 <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


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin
Powered by
ViewCVS 1.0-dev