Using a dmInclude is fine if a standalone form will serve. But David has requirements that make it inappropriate: - he wants the form to appear as part of the other content item - he wants to associate the form's functionality with that content item
On 2/13/07, Matthew Williams <[EMAIL PROTECTED]> wrote: > > Actually, I'd recommend you use an includedobj for forms. Dependant on > how many forms you need to create, using an includedobj can allow you to > skin the form several different ways without creating an excessive amount of > webskins. > > Matthew Williams > Geodesic GraFX > www.geodesicgrafx.com/blog > > Hoolahawk wrote: > > Hey Blair, > > Thanks for the answer. I also just wanted to say thank you for taking > the time out of your day to reply to mine and others questions, I > really appreciate it :) > > David > > On Feb 13, 3:17 pm, "Blair McKenzie" <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > wrote: > > You would set this up in the webskin, standard self-posting form and code. > > As for actually saving the data, yes you would use setData. If you're just > wanting to change the properties of the current viewed object, you can > simply update the stObj struct from within the webskin and then > setData(stProperties=stObj). > > Updating or creating other objects/types is slightly more complex. > > Blair > > On 2/13/07, Hoolahawk <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > I hope that this does not seem a silly question, but can you use a > form on the frontend of a FC website that updates the info in the > database. > > I say this because we are considering giving visitors the ability to > rate the usefulness of the content on the page, via a select form. > > If so how do you go about doing this, do you use the setData function? > > Kind Regards > > David- Hide quoted text - > > - Show quoted text - > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
