Forums / Developer / form data ??
Rizwan Ahmad
Thursday 24 July 2003 12:50:30 am
I have created a form as explained in the http://www.ez.no/sdk/tutorials/view/forms site. It says that you can email the form data as well as show it using your website. The email thing works fine.
Which tpl is used to display the form data or How to show form data???
Plz. Help
Tony Wood
Thursday 24 July 2003 4:45:02 am
Information collectors handle the collection of data and form the email by using collectedinfomail.tpl. You can then redirect the user to a Thank you page etc.Using<literal>{set-block scope=root variable=redirect_to_node_id}2{/set-block}</literal> in the collectedinfomail.tpl.
Tony Wood : twitter.com/tonywood Vision with Technology Experts in eZ Publish consulting & development Power to the Editor! Free eZ Training : http://www.VisionWT.com/training eZ Future Podcast : http://www.VisionWT.com/eZ-Future
Thursday 24 July 2003 5:37:31 am
Thanks for the response. The redirection is working ok.
I think I could not explain my problem well. Let me rephrase it.
I make a class of registration form. User will come to my site and fill those forms. And after-wards they can view the data of the form and edit it accordingly.
Those form data is saved in the nextgen database but how can I retreive that data using the tpl???
Thursday 24 July 2003 5:39:37 am
arrrhhhh i see sorry, i misunderstood.I have not done this however, i know that form data is stored in unique locations within eZ.
Maybe someone from eZ could help.
Thursday 24 July 2003 5:54:52 am
Yes that is saved in nextgen....
I don't know how show that data on my tpl
Thursday 24 July 2003 5:56:30 am
Yes that is saved in nextgen database....
I know where the data is placed but don't know how show it using tpl