- Issue created by @nachthorn
I assumed that much, because in the help on this field uses it:
Previous submission message
A message to be displayed when there is previous submission.Defaults to: You have already submitted this webform. View your previous submission. Enter [none] to hide this message.- πΊπΈUnited States jrockowitz Brooklyn, NY
I am not getting the [none] invalid error via the attached webform.
Still, the "Previous submission message" to "[none]" to disable message behavior is not working as expected.
I tried to hide the message by setting it to
[none]
but the CKEditor reformats that to<p> [none] </p>
so instead of hiding the message it just displays the text
[none]
. Even entering the text in source mode doesn't help (it still gets reformatted on save). Exporting the webform, removing the paragraph tags, and importing it again works, but lost as soon as you edit the submissions setting page.- π¨π¦Canada tklawsuc
One way around the ckeditor p tag is to add a custom settings handler and override the limit message there:
limit_user_message: '[none]'
- Merge request !444Issue #3398594: Invalid token for Previous submission message β (Merged) created by jrockowitz
- last update
about 1 year ago 536 pass - last update
about 1 year ago 536 pass -
jrockowitz β
committed 10639d02 on 6.2.x
Issue #3398594: Invalid token for Previous submission message
-
jrockowitz β
committed 10639d02 on 6.2.x
- Status changed to Fixed
about 1 year ago 1:24pm 8 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.