Forums

Required message modify

webbuilders 05 Nov, 2008
Hello im new user of chronoForms
I want to modify the Required message that appears....
i want to lower its Width because it breaks my css style and Information tip falls under the fields when the required message appears

Can you please tell me what to do ..?? i dont want to vanish it ... i want to appear but with different margins and width..!!

THANKS..
GreyHead 05 Nov, 2008
Hi webbuilders,

You can add css to change the appearance of the messages. Here's an example from another thread here:
<style type="text/css">
/*Adding Form Validation Styling*/
.validation-failed {
        background-color: #FFD5D5;
}

.validation-advice {
display: block;
padding: 8px 10px 8px 36px;
margin: 5px 0;
color: #CF3738;
border: 1px solid #FFACAD;
background: #FFD5D5 url(../images/typo/alert.png) 10px 50% no-repeat;
}
</style>

Bob
This topic is locked and no more replies can be posted.