views:

72

answers:

1

I haven't been able to find an example of using multiple forms on one page (or one Handler) for tipfy. I'm trying to allow users to both answer (form 1) and comment on an item (form 2) from the same page.

One approach to doing this in PHP is submitting a hidden form and checking for it before processing. However, I'm not sure what to check for in tipfy.

What's the best way to accomplish multiple forms in tipfy?

+2  A: 

Answered by Rodrigo Moraes on Google Groups.

Wraith