Forums / Developer / Forms and the illusive ezform
Clive Flatau
Monday 10 January 2005 10:30:07 am
It's probably blindingly obvious - but I can't find it in the documentation. How do you get access to data submitted in HTML form elements?
I've seen some posts referring to ezform but can't fin this in the docs either.
Lazaro Ferreira
Monday 10 January 2005 11:03:26 am
Hi,
There are several ways, you can access from php, developing your own extension, or you can access it from your custom template using ezhttp template operator
read more here :
http://ez.no/ez_publish/documentation/reference/template_operators/data_extraction/ezhttp
Lazaro http://www.mzbusiness.com
Tuesday 11 January 2005 12:59:42 am
Thanks - this looks like it