What i would do is make a custom type that you can just add a title and survey uuid to.
Then on display either: a) use cflocation to send the survey outside of the farcry app (so no merging of the app scopes etc) or b) set the uuid to be url.surveyid (or whatever it uses) and then cfinclude the survey.cfm file. But you'd have to get the survey app scope running along side the farcry app scope. iFrame schmiFrames as far as i'm concerned, but i guess that would work too if you had the uuid in the custom type. Hope that helps. Gav On 2/10/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > > I've got the dmInclude going.... the included page has an iframe which > calls the survey, so the application is external and I don't need to > worry about the app scopes etc... > > I guess I'm trying to work out how to pass the id of the survey I want > to the dmInclude... and how to make a container that will let the > admin pick which survey he wants to link to from a list of the ones > available... > > On 2/10/06, Gavin Cooney <[EMAIL PROTECTED]> wrote: > > > > dmInclude the surveys cfm page? you would have to integrate the app scopes > > tho. > > > > or just have surveys running outside farcry and link to it from farcry? > > > > > > On 2/10/06, Kay Smoljak <[EMAIL PROTECTED]> wrote: > > > > > > Hi guys, > > > > > > I got Soundings admin working through the FarCry admin, that all > > > functions and looks great. But I'm not 100% sure what to do on the > > > front end... > > > > > > I've created a new nav item off "root" called "Surveys" (I don't want > > > surveys to appear in the menu, I want to link to particular surveys > > > from areas in the site when appropriate). I've created an include that > > > has an iframe to the Soundings application, same thing as I did in the > > > admin... but I want the include to point to a particular survey, not > > > the initial screen where you pick a survey... > > > > > > I'm obviously missing something obvious, I haven't done much FarCry > > > work since well before Christmas and I think I've forgotten some > > > important stuff. > > > > > > Thanks for any pointers! > > > > > > -- > > > Kay Smoljak > > > http://kay.zombiecoder.com/ > > > > > > > > -- > Kay Smoljak > http://kay.zombiecoder.com/ > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
