Usefull hint for element value in php scripts

Status
Not open for further replies.

rtrauer

Member
Hi

I spend meny hours looking for a way to get form element values in a php script file on form submission.

And here is the answere:
http://fabrikar.com/forums/showthrea...ferrerid=38399

I?m reposting this to remember Dee?s very usefull suggestion
" i thought this wasnt possible because on rollover in autofill it says: "...the script is unable to use {tablename___elementname} placeholders ...". maybe one should add there: "Instead use JRequest::getVar('table___element'); in your script." ... or something like that ... ;-)"

I believe this will help meny others to find a nice way to retrieve field values from a submitted form using:

$elementvalue = JRequest::getVar('table___element');

Chears
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top