osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Email Formatting changes #55

Open ramereth opened 8 years ago

ramereth commented 8 years ago

I noticed that the form of the email wasn't quite what I was needing. It seems to pull the names of the forms and then sorts them. In most cases that probably would be OK, but ideally it'd be nice to at least do the following:

  1. Show the submitted information in the order that's show on the website
  2. Allow the ability to use the form text directly into the form somehow instead of using the names of the form
matthewrsj commented 8 years ago

Part 1 above will be put on the backburner for now, due to the complexity involved.

Part 2 can be resolved by setting the form input name attribute to snake case of the form label (the label isn't passed in the POST request). That issue exists on the Pelican site side.