This is a Perch UI plugin you can add to have a "View Response" button for each response on the Perch Forms "Listing responses" page.
- Place the
perch_forms_response_view_button.js
file inperch/addons/plugins/ui
- Add the script to your
perch/addons/plugins/ui/_config.inc
:
<script src="/perch/addons/plugins/ui/perch_forms_response_view_button.js"></script>
For more details on how to install Perch UI plugins, refer to the offical docs.