Forums / Setup & design / Form processing - get POST submit
Radic Radovan
Monday 21 November 2005 6:34:26 am
Hello,
I got the contact form with select box working and it is collecting data correctly. I also get emails from this form. It is solved with multi-option (not the perfect solution, but works). Now, i am interested in how can i "intercept" this post submit action and not to send an email, but insert the data in the db or whatever action. Is there an option to do it with ez?
Radovan
Lazaro Ferreira
Monday 21 November 2005 7:22:20 am
Hi,
I think that, If you uncheck all of the information collector attributes of the class used by the contact_us form of ezpublish, you get this form storing the data to the DB instead of sending email
Lazaro http://www.mzbusiness.com
Monday 21 November 2005 8:05:10 am
I have been reading more posts today, and i think i am going to have to implement my own module. Even if data is going to be stored in the db, i dont have a clue how to retrieve it and resend where i want to.Anyway, is there ez database schema somewhere?