At 12:22 PM 10/11/2006, Michael E. Carluen wrote: >Isn't it possible for you to just use <cfset revUserID = form.reqUserId> on >the page the processes the form (you post page) once its submitted? You can >eliminate the need for a hidden field altogether.
Yes, plan B was to process that on the action page. I was trying to assign the value on the form page because there are different forms for different roles, and the hidden values change in each case. So I was trying to avoid cluttering the action page with a number of embedded CFIF statements to check for role first, then for fields submitted, and then to assign values based on that. If JavaScript is the way to do it client-side, that may leave a hole open if the browser has JavaScript disabled. So I guess plan B will have to work. Thanks, Roberto ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256365 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

