Events Made Easy Forums How do I … required field

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44156
    Anonymous
    Inactive

    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

    #51198
    Franky
    Keymaster

    About which required field are you talking?

    #51199
    Anonymous
    Inactive

    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

    #51200
    Franky
    Keymaster

    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.

    #51201
    Anonymous
    Inactive

    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

    #51202
    Franky
    Keymaster
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top