Wednesday 09 May 2007 9:21:15 am
Hi all Here is one very simple question. How to post data to another page by using eZ? I believe it's not embarrassing to ask this kind of question. :) So, I want something like this in my template:
<form name="form1" method="post" action="/page1/">
<input type="text" name="strFirstName" value="">
<input type="submit" value="submit"> ..... <form> When user clicks on submit button I need to post, for example, strFirstName to another template and also use that strFirstName within another template. How?
|