How To Make A Change To The Bottom Right Message Method? - Question | JoomShaper

How To Make A Change To The Bottom Right Message Method?

Milo

Milo

Helix Framework 20 hours ago

Hello,

It's hard to find anything about it because words "error" and "message" are really popular.

My question is - I am using a form plugin and for validation it is using near the inputs places but there are some kinds of errors it uses - the producer showed me the URL: https://docs.joomla.org/Jdoc_statements#Message

So I guess I could stylize it, etc. but is there a way to actually change the place of such messages? Bottom right with an X to close is not the best choice... I'd rather have it near the form, or in a position of my choice or something.

Could you guys comment on this? https://dev.webastyczny.pl/message.png

this one says empty passwords are not allowed...

0
1 Answers
GM
Gerhard Meyer
Accepted Answer
9 hours ago #229240

if this message is rendered by

<jdoc:include type="message" />

it is called from

\plugins\system\helixultimate\layouts\frontend\conponentarea.php

which would render the message on top of the component area

0