How to remove the "All fields marked with * are required and must be filled" message on my form?

  • poolcare
    Demandé le 15 mars 2024 à 12:21

    Bonjour,


    Je rencontre un problème sur un formulaire de paiement stripe.

    • Cette mention s'affiche en haut de mon formulaire après le chargement de la page : All fields marked with * are required and must be filled.



    Comment le supprimer ?

  • Aravir Jotform Support
    Répondu le 15 mars 2024 à 12:42

    Hi poolcare,

    Thanks for reaching out to Jotform Support. Unfortunately, our French Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in French, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. That message appears when the Form Accessibility option on your form is enabled. You can inject the CSS code below to hide that message:

    .a11y_requirement_desc_line {
    display: none;
    }

    Here's how to inject the CSS code into your form:

    1. In Form Builder, click the Paint Roller icon on the upper left side.
    2. Under the Styles tab, paste the CSS code in the Inject Custom CSS box.

    How to remove the All fields marked with * are required and must be filled message on my form? Image 1 Screenshot 20

    Reach out again if you have any other questions.

  • poolcare
    Répondu le 16 mars 2024 à 07:50

    Thank you for your help ;)