osuosl / formsender

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

Improve email formatting ordering #85

Open ramereth opened 6 years ago

ramereth commented 6 years ago

We've had a long term issue with the ordering of the data on the email sent not being in an order we prefer or even formatted in the way we want it. This hasn't been a major issue until the CGRB started using our form system with the following request:

Can you make the key data be the line right after the line with the colons in it.. it will really speed up the way we create the accounts...

If there was a way we could order it based on the naming of the form fields, that would be great but I've been told before that it was difficult with how formsender is designed.

jerry-peng commented 6 years ago

I created the following html for testing, the HTML for the form as well as the response email string from the app is attached below html.txt email_response.txt

ramereth commented 6 years ago

Improve email formatting ordering on GPU form