fix text encoding when submitting

This commit is contained in:
2026-06-11 16:02:52 +02:00
parent eec4170c91
commit 6573ec6ac1
@@ -127,7 +127,7 @@ export default abstract class ElixFormsComponentAbstract extends Component<IElix
{/* className={`${styles.elixFormsReact} ${hasTeamsContext ? styles.teams : ''}`} */}
<div>{environmentMessage}</div>
<div>{description}</div>
<form action="https://procedure.unipr.it/rwe2/ComeBackToElixAndSave" method="post">
<form action="https://procedure.unipr.it/rwe2/ComeBackToElixAndSave" method="post" acceptCharset="ISO-8859-1">
{this.createMandatoryFormFields(queryParams)}
{this.createAdditionalFormFields()}
{this.createCustomFormFields(customFormFieldsConfiguration)}