Sim wrote: > > I want to implement a "quick post" form for anonymous users using > FormUI. Do we have any guideline or samples on how to do this ? > > I have some PHP experiences so if someone can provide me with the code > for a simple form with just "Title", "Content" field there, I can try > to figure the rest...
There's a method Post::get_form() that will produce a whole form for you. It returns a FormUI object that you can modify and then output. I'm not sure what exactly will happen with the form after it's produced, but that's surely a jumpstart from nothing at all. :) Owen --~--~---------~--~----~------------~-------~--~----~ 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/habari-users -~----------~----~----~----~------~----~------~--~---
