PHORAX / formhandler

Fork of TYPO3 extension «Formhandler»
GNU General Public License v2.0
36 stars 54 forks source link

double encoding in TYPO 9.5 #35

Closed SvenJuergens closed 2 years ago

SvenJuergens commented 5 years ago

hi @7elix

if you have a normal form on a site and use some special character in the fields like & or ", this got encoded twice. "&" --> $amp;amp; it's related to this change: https://github.com/PHORAX/formhandler/commit/5a1e223d7d6d3af419bdbb5e2cebaeecc468978f

with TYPO3 8 all things went fine, but in 9.5 you have the double encoding. do you have an idea where that comes from and how to fix it?

best regards Sven

Schweriner commented 5 years ago

@SvenJuergens Just for interest: Are you processing your Form Template through FLUIDTEMPLATE?

SvenJuergens commented 5 years ago

@Schweriner thanks for your Feedback. he formhandler templates are not FlUIDTEMPLATES based. (did not even know that this is possible)

7elix commented 2 years ago

Hi @SvenJuergens

this issue is closed due to inactivity and missing PR. Feel free to open another issue, preferably with a corresponding pull request.

Thank you 🙏