Running PHP Form Script on Joined Data?

talkinggoat

Member
If I have a small table that is left joined into a main table, would it be possible to run a PHP form script on the joined data using placeholders? I just read a WIKI about having to query the database, directly, if accessing another list, but does this still apply, since it's joined?

Thank you.

Edit: I just answered my own question. Yes, they will work, but you must use the name of the main list and the name of the joined element.

If the main list is foo and the joined element is bar, the placeholder would be '{foo___bar}' You would NOT use the original list name for the element.

You place the PHP into the PHP form plugin of the main form.
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top