October 27, 201114 yr Hi, I am absolutely new to zend and now working with a website based on this framework. I am working with a from. After sending the from, if there is an error or if you reload the form, the fields are prefilled with the post data. I would like to avoid one certeain field to be prefilled, or if it is prefilled, I would like to set the value of it, but so far I had no success. I have tried: setParam('name','value'); setValue('value'); still the fileds is prefilled with the data posted. Can anyone help?
Create an account or sign in to comment