Forum
Typo in perch_forms response file
This has absolutely no impact on script execution but just thought I'd point it out:
perch_forms/responses/export/index.php:26 -- a slash (/) is missing.
include('../../modesresponses.export.post.php');
I saw this when poking around trying to find where the redirect was being set and eventually found this can be controlled via the setting area in the admin panel.
Ok, thanks.