Hi,
I have a form with some input elements and some formatted text elements. I am able to tweak the input elements with php code in a custom handler for the on load event (using $form->data['...']). I would also like to tweak some formatted text elements (based on the logged in user, so it has to be done at run time). Is there a way to modify formatted text elements using php in a custom handler for the on load event?
Thanks
Jimmy
I have a form with some input elements and some formatted text elements. I am able to tweak the input elements with php code in a custom handler for the on load event (using $form->data['...']). I would also like to tweak some formatted text elements (based on the logged in user, so it has to be done at run time). Is there a way to modify formatted text elements using php in a custom handler for the on load event?
Thanks
Jimmy