when wrong captcha there are 2 error outputs
beginning and end of the form.
the one at the end is red, the one at the beginning is black colored and in small font style.
how can I edit the 1st wrong captcha error style ? would like it to be more obvious.
(I have tried putting a :
it did work and add the span, but once I save the form another time it will delete the code and leave only
thanks.
Chronoform V4
beginning and end of the form.
the one at the end is red, the one at the beginning is black colored and in small font style.
how can I edit the 1st wrong captcha error style ? would like it to be more obvious.
(I have tried putting a :
<span style="color: red; font-size: 16px;">You have entered a wrong verification code!</span> in the form wizard in the check captcha evant.it did work and add the span, but once I save the form another time it will delete the code and leave only
<span . so this solution isn't very great)thanks.
Chronoform V4
Hi Lansman,
Try using single quotes round the style in the span. That may work.
I think that the messages have classes you should be able to style them with CSS using a Load CSS action.
Bob
Try using single quotes round the style in the span. That may work.
<span style='color: red; font-size: 16px;'>You have entered a wrong verification code!</span>I think that the messages have classes you should be able to style them with CSS using a Load CSS action.
Bob
This topic is locked and no more replies can be posted.
