Best way to customise Zend Form
Hi,
I'd like to add a field to a form that has been built using Zend_Form. The field is an AJAX enabled postcode/zip code search. The user fills our their postcode and then clicks an adjacent button. They are then presented with a select item, of which the value should be sent to the form processor, the initial postcode is no longer relevant.
I imagine I have to create a new class which extends zend_form_element, does anyone have any other pointers or suggestions? I presume this type of functionallity is pretty common.
Thanks
Andrew
|