- This topic has 5 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › required field
Hello can you look why I have this reqired field into my form
http://www.cadreblanc.be/events/7/inscriptions-2014/
I would like that the comment appears when submitting and not immediately
Is it possible.
thanks
Christophe
About which required field are you talking?
Well if you watch my subscriptions form, I have always a comment like “required field” under each field. I would like that the comment is invisible and appears only when the guy miss to cmplete it when submitting.
Or if not possible where can I tanslate it in french.
Thanks
Then use CSS to hide it. If you use firebug you’ll see that a class is assigned to that message (eme-required-field), so you can hide it via CSS.
thanks,
I have add this to events_manager.css.
.eme-required-field
{
display:none;
}
the best will be to create a new css to keep the change on update.
christophe
Read this for CSS :