Thread Starter
rg88j
(@rg88j)
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 9 years, 6 months ago by rg88j.
-
This reply was modified 9 years, 6 months ago by rg88j.