diff --git a/src/pages/ContactFormPage/NewField/NewFieldParent.tsx b/src/pages/ContactFormPage/NewField/NewFieldParent.tsx index d44da31b..b28127cf 100644 --- a/src/pages/ContactFormPage/NewField/NewFieldParent.tsx +++ b/src/pages/ContactFormPage/NewField/NewFieldParent.tsx @@ -60,7 +60,7 @@ export default function NewFieldParent({ value={quiz.config.formContact.fields[defaultValue].text} placeholder={placeholderHelp} text={""} - maxLength={20} + maxLength={150} /> @@ -75,7 +75,7 @@ export default function NewFieldParent({ value={quiz.config.formContact.fields[defaultValue].innerText} placeholder={placeholderField} text={""} - maxLength={20} + maxLength={150} /> diff --git a/src/pages/startPage/StartPageSettings.tsx b/src/pages/startPage/StartPageSettings.tsx index e9c5bd9d..425d06d0 100755 --- a/src/pages/startPage/StartPageSettings.tsx +++ b/src/pages/startPage/StartPageSettings.tsx @@ -738,7 +738,7 @@ export default function StartPageSettings() { quiz.config.startpage.button = e.target.value; }) } - maxLength={15} + maxLength={150} />