Forums / Setup & design / How to process a form

How to process a form

Author Message

Hugo Oliveira

Friday 19 January 2007 5:17:16 am

Hi everyone

I was wondering if anyone could help me with a little problem. I need to process a form (basically a POST request), how can I do it? Either by sending the data to ez Publish or to the page where the form's located.

Thanks.

Seth Shoultes

Tuesday 23 January 2007 12:44:11 pm

You cant!! I have been trying for weeks!!

Ville Mattila

Sunday 28 January 2007 9:37:40 am

What kind of form it is? ez Publish provides some basic form processing functionality (feedback form etc) but for complicated forms, you should consider creating an own extension:
http://ez.no/ezpublish/documentation/development/extensions

The documentation is not very complete, but gives you idea about the basics. It's good idea to check out the standard kernel/ directory where ez Publish core resides.

Ville