Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexChange Log Message
Added upload field type to form submission; custom form submission notification emailPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
979External issue URL
Story Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexChange Log Message
Added upload field type to form submission; custom form submission notification email
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
979
External issue URL
Story Points
1
Fix versions
Affects versions
Created January 25, 2011 at 11:13 AM
Updated December 30, 2024 at 2:19 AM
Resolved July 25, 2012 at 10:33 AM
Here are some improvements to form submissions, that include:
1. new field type: "upload", that allows to upload single file along with submitted form (has customizable file extension and file size limits)
2. ability to specify separate notification email for each form being created (for now all emails are sent to admin)
Also some minor bugfixes:
1. when you specify absolute url to form thank you template, e.g. http://www.site.com/thank_you.html, then it won't work (because of all data from front-end is escaped resulting broken url)