How to make hard-coded search or filter criteria variable from input field value
-
At the tutorial for Accessing Form Data via PHP (https://cfdbplugin.com/?page_id=367) there is a piece of code, whereas my question only relates to the following line of code:
$exp->export('my-form', array('show' => 'name,email', 'search' => 'Mike'));
I was wondering if there is a way to make the search criteria variable from a specific input field value on the contact form? So not hard-coded (in this case ‘Mike’) as in above line of code.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to make hard-coded search or filter criteria variable from input field value’ is closed to new replies.