Set customized where using PHP when calling a form
-
I’m working on writing a PHP based form for a website using pods. I want to be able to use a customized WHERE set via the PHP instead of the dialog box for setting up the field. I’ve done some searching but can’t find anything that says I can or can’t do this.
'group_membership' => array( 'description' => 'MATCH TO OLD GROUP!
This will activate the new system for this character.','customized_where' => 'secret.meta_value != 1' )So, if it’s possible, what do I call when I put it in the array where I’ve currently tried ‘customized_where’? I hope this works so that I can have multiple versions of the same form that only let the end user select from a limited list of options based on that customized where.
- The topic ‘Set customized where using PHP when calling a form’ is closed to new replies.