You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Show the submitted information in the order that's show on the website
Allow the ability to use the form text directly into the form somehow instead of using the names of the form
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: