I have a form where a person can request to sign up for CMS access. This
person can also request access for a subordinate as well. I would like
the success page to confirm the person selection. If the primary person
is the only name, the name prints if the requester is registering for
someone else, both names print. Not sure which direction to go.

 

You have request CMS access for #form.name#

 

<cfif IsDefined("form.name") AND form.name NEQ
""><cfoutput><strong>#name#</strong></cfoutput>

<cfif form.requestname NEQ "" AND form.name NEQ
""><cfoutput>#form.requestname#</cfoutput>

 

</cfif>

</cfif>

 

Steve LaBadie, Web Manager

East Stroudsburg University

200 Prospect St.

East Stroudsburg, Pa 18301

570-422-3999

http://www.esu.edu

slaba...@po-box.esu.edu

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323116
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to