Hi,
to start we have three dropdown boxes. When the first has a selection then the second got filled. In the event i'm using the vales found in $form-data['vb1'] Now when we select something in the second box the event to fill the third box get fired.
Options should be loaded depending on the values selected in the previous two boxes. However it seems that i can't access the $form-data['vb1'] value. Only the $form->data['vb2'] is available.
So i need to have access to all form values in the php code launched from the event. Tryed already to put a data to session before the custom code, but i don't seems to have access.
The only $form-data field that seems to be available in the ajax event is the sourceid value. No others fields are available.
How can i solve this? Any ideas?
to start we have three dropdown boxes. When the first has a selection then the second got filled. In the event i'm using the vales found in $form-data['vb1'] Now when we select something in the second box the event to fill the third box get fired.
Options should be loaded depending on the values selected in the previous two boxes. However it seems that i can't access the $form-data['vb1'] value. Only the $form->data['vb2'] is available.
So i need to have access to all form values in the php code launched from the event. Tryed already to put a data to session before the custom code, but i don't seems to have access.
The only $form-data field that seems to be available in the ajax event is the sourceid value. No others fields are available.
How can i solve this? Any ideas?