Bill,

> <!--- An update query runs here and then
>       passes down to the returnfuseaction --->
> <cf_returnfuseaction
>       action="return"
>
> gotourl="#request.webroot#/members/index.cfm?fuseaction=#attribute
> s.gotofuse
> action#">
>

You don't need a gotourl on the return. In fact if I'm not mistaken its not
supported on action return.

action="return" picks up the returnURL that you added to the end of a list
of URL when you did :

<cf_returnfuseaction
        action="set"
        returnurl="#attributes.returnurl#"
        gotourl="#request.webroot#/index.cfm?fuseaction=termsofservice">

Hope that helps

Regards

Stephen

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to