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]> 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 > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
