From 6573ec6ac1fa6203fdb498d5879f6d31d819eaf6 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Thu, 11 Jun 2026 16:02:52 +0200 Subject: [PATCH] fix text encoding when submitting --- react/common/src/ElixFormsComponentAbstract.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/common/src/ElixFormsComponentAbstract.tsx b/react/common/src/ElixFormsComponentAbstract.tsx index 1174c0a..b57efdd 100644 --- a/react/common/src/ElixFormsComponentAbstract.tsx +++ b/react/common/src/ElixFormsComponentAbstract.tsx @@ -127,7 +127,7 @@ export default abstract class ElixFormsComponentAbstract extends Component{environmentMessage}
{description}
-
+ {this.createMandatoryFormFields(queryParams)} {this.createAdditionalFormFields()} {this.createCustomFormFields(customFormFieldsConfiguration)}