Hello
Again, it may be a silly question, probably already has done so. But now I dont see how to solve ...
How to pass variable values between blocks custom code in submit event?
Sorry about a question I think that is basic
Thanks
António Graça
Again, it may be a silly question, probably already has done so. But now I dont see how to solve ...
How to pass variable values between blocks custom code in submit event?
Sorry about a question I think that is basic
Thanks
António Graça
Hi António,
The simplest way is to add it to the $form->data[''] array, just make sure that you use a distinctive name so that you don't over-write an existing value.
The $form->data array is available all through the event.
Bob
The simplest way is to add it to the $form->data[''] array, just make sure that you use a distinctive name so that you don't over-write an existing value.
The $form->data array is available all through the event.
Bob
Thank you, bob
I'll explore that..
António Graça
I'll explore that..
António Graça
This topic is locked and no more replies can be posted.
