I changed the following line:
$exp->export('Company data', array('search' => '123456'));
to:
$exp->export('Company data', array('filter' => "Customer number=123456"));
and now it only displays the company associated with that specific customer number.
I still want to link the filter criteria in my shortcode to the Customer number input field on my form. Does anyone know if/how that can be done?
-
This reply was modified 8 years ago by rg88j.
-
This reply was modified 8 years ago by rg88j.