Glen Tulin wrote:
> What's the recommended way to implement simple forms in the
> Forrest-generated web site? "Simple" means no Cocoon continuation / no
> sophisticated page flow. Any examples available?
No examples online, but you can use normal HTML forms. See
http://forrest.apache.org/docs_0_70/faq.html#rawTML
> Also, on the receiving
> request from a form I'd like to send email - how can I do it (besides Cocoon
> action and Java mail).
Using the Cocoon mail facilities is the only sensible option in my book.
However, you could, of course, pass the results to any script you wanted
and have the result skinned by Forrest usig the same technique as a above.
Ross
|