Is there a possibility to pass the date values (field type DATE) entered into the search field to the custom PHP file in post request? For instance, I want to print a pdf document using tcpdf library and want to pass data entered into the search field with post request to that tcpdf PHP file.
I've created a custom form in earlier versions of PHPRunner with editing HTML but in newer versions (10.3 and 10.4) it is much harder to edit HTML without breaking the page.