• Appaloosa

    (@benoitappaloosa)


    Hi,

    For website GDPR acceptance, I am using an acceptance shortcode with no optional parameters.

    Since the last update, the email has an wrong value “Not consented”. But if the person does not accept GDPR, the form does not go out. So the message should be Consented, when the message go out.
    Before, it was “Consented” for the value.

    Any idea ?
    Thanks.
    —-
    WordPress: 5.6
    Contact Form 7: 5.3.2

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Editing form template

    What content do you have in the Form tab panel?

    Thread Starter Appaloosa

    (@benoitappaloosa)

    Thanks for your anwser :
    Classical contact form shortcodes field and honey-pot shortcode

    <div id="contact-form"> 
        <div class="row">
            <div class="col-12 col-md-4"> 
                <label><span class="icon icon-user"></span>[text* your-name placeholder "Prénom*"]</label>
            </div>
            <div class="col-12 col-md-4"> 
                <label><span class="icon icon-user"></span>[text* your-last-name placeholder "Nom*"]</label>
            </div>
            <div class="col-12 col-md-4"> 
                <label><span class="icon icon-mail"></span>[email* your-email placeholder "Email*"]</label>
            </div>
        </div>
        <div class="row">
            <div class="col-12 col-md-4"> 
                <label class="tel"><span class="icon icon-phone"></span>[tel* your-tel placeholder "Téléphone*"]</label>
            </div>
            <div class="col-12 col-md-4"> 
                <label class="ent"><span class="icon icon-entreprise"></span>[text* your-company placeholder "Entreprise*"]</label>
            </div>
            <div class="col-12 col-md-4"> 
                <label><span class="icon icon-user"></span>[text* your-function placeholder "Fonction*"]</label>
            </div>
        </div>
        <div class="row">
            <div class="col-12 col-md-4"> 
                <label><span class="icon icon-placeholder"></span>[text* your-city placeholder "Commune*"]</label>
            </div>
        </div>
        <div class="row">
            <div class="col-12">
            <label><span class="icon icon-placeholder"></span>[textarea* your-message placeholder "Votre message*"]</label>
            </div>
        </div>
        <div class="row justify-content-center">
            <p class="col-12 col-md-12 text-center"><small>* Champ obligatoire</small>
    <label class="col-12 col-md-10">[acceptance acceptance-RGPD]En soumettant ce formulaire, j'accepte que les informations saisies dans ce formulaire soient exploitées
            dans le cadre de la relation commerciale qui découle de cette demande, conformément à la <a href="/politique-de-confidentialite/" target="_blank" rel="noopener noreferrer nofollow">politique de confidentialité</b></a> de notre site.[/acceptance]</label>
    [honeypot website move-inline-css:true]
            <div class="col-12 mx-auto submit-link">[submit class:btn class:btn-primary "Envoyer"]</div>
        </div>
    </div>
    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What other plugins and theme do you use on the site?

    Thread Starter Appaloosa

    (@benoitappaloosa)

    Complete plugins list : https://www.adria.tm.fr/plugins-list/
    Some are custom plugin.

    Theme : Understrap parent theme and custom child theme.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme, deactivating all plugins excluding Contact Form 7, and clearing all cache data.

    Why you are advised to deactivate plugins and switch to the default theme.

    Thread Starter Appaloosa

    (@benoitappaloosa)

    Ok. I prepare my staging environment to try.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘acceptance shortcode give wrong message’ is closed to new replies.