Hi there
I need to access form data before it gets posted back, in other words, I have hidden fields on my form with values that I need to access before the Show HTML action gets called in On Load.
I have made a Custom Code action before Show HTML, but
Any ideas?
Thanks in advance.
// edit: This is for Joomla! 3.0 and CF v4
I need to access form data before it gets posted back, in other words, I have hidden fields on my form with values that I need to access before the Show HTML action gets called in On Load.
I have made a Custom Code action before Show HTML, but
$form->data['hidden_variable']
returns NULL
Any ideas?
Thanks in advance.
// edit: This is for Joomla! 3.0 and CF v4