Forum
Forms ReplyTo email address
I've updated to the latest Perch and Forms app to use the new ReplyTo header option.
In the form settings there is an empty select box for the email address. How can I populate this?
I wondered if it needed a stored form response to allow me to select a field to use from a form entry. Turning this on and sending a new response has not made a difference. Or am I meant to be able to type something in e.g. {email}
?
I did see the 1.8.1 forms update and applied that with the same result.
Diagnostics
Perch: 2.7.2, PHP: 5.6.2, MySQL: 5.5.38, with PDO
Server OS: Darwin, apache2handler
Installed apps: content (2.7.2), assets (2.7.2), categories (2.7.2), perch_forms (1.8.1), perch_backup (1.2)
App runtimes: <?php include(PERCH_PATH.'/core/apps/content/runtime.php'); include(PERCH_PATH.'/addons/apps/perch_forms/runtime.php'); ?>
PERCH_LOGINPATH: /perch
PERCH_PATH: /Users/tombedford/Dropbox/Sites/dorsetloc.org/perch
PERCH_CORE: /Users/tombedford/Dropbox/Sites/dorsetloc.org/perch/core
PERCH_RESFILEPATH: /Users/tombedford/Dropbox/Sites/dorsetloc.org/perch/resources
Image manipulation: GD
PHP limits: Max upload 32M, Max POST 32M, Memory: 128M, Total max file upload: 32M
Resource folder writeable: Yes
HTTP_HOST: dorsetloc.localhost
DOCUMENT_ROOT: /Users/tombedford/Dropbox/Sites/dorsetloc.org
REQUEST_URI: /perch/core/settings/diagnostics/
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
Can you show me your form template?
That looks ok. I'm not sure why it's not finding your IDs.
Can you turn on debug and let me know what it outputs at the bottom of that page?
Looks like it can't find my template.
It's in
/perch/templates/content/contact.html
- do I need to move it?No I think that's just a bug.
I've updated to forms 1.8.2 and see the same issue. The debug code isn't giving an error about the template now, however the select box remains empty.
I submitted a new form entry to see if that was needed. I also tried using the template from the docs to check it wasn't my template.
This has all been on my local setup, could it behave differently on a live server?
Current debug info:
That's surprising.
Are you able to delete the form within the Forms app and set it up again?
Deleting the form and setting it up again works.
I can export old responses - is there a way to import them so they stay in Perch after updating? Otherwise they are lost from the interface due to deleting the form.
I don't think that's a required step, generally.
My concern was if I'm upgrading several sites then it wouldn't be great to lose all the old responses in order to gain the new functionality.
Was my experience a one off or would I need to delete the old form and set up again for all upgrades?
I'd hope it was a one-off.