• Resolved eleg7

    (@eleg7)


    Hi,
    
I have a problem.
    
I’m inserting a contact form with the pluging contact form 7.

    
The code entered is
    <p class = “field name half”> [text * your-name placeholder "Name"] </ p>
    
<p class = “field email half_last”> [email * your-email placeholder “E-Mail”] </ p>

    <p class = “field subject”> [text your-subject placeholder "Reason for contact"] </ p>

    <p class = “field message”> [textarea * your-message placeholder “Message”] </ p>
<p> This contact form your name, email and your content. For more information, see our privacy policy page. </ P>
    
[submit “Send Message”]
[acceptance your-consent] I accept the storage of my data.
[/ Acceptance]
    but it does not work.
    Emails do not leave.
    
Only red signs appear if I do not fill in the necessary data.
    What is the correct code? 
With the gdpr if not inspired, the option should give me an error message … not signs of life ….
thank you so much

Viewing 5 replies - 1 through 5 (of 5 total)
  • 1) Remove any spaces before the asterisk (*). It should be tight to the form-tag type. e.g. [text* your-name] not [text * your-name].

    2) The acceptance should be located above/before submit.

    Thread Starter eleg7

    (@eleg7)

    Hi, thank you….
    does not work. The code entered is this. The emails are configured correctly. Do not give any message after clicking the sl button with or without the tick. And the emails do not arrive.

    <p class=”field name half”>[text* your-name placeholder “Name”]</p>
    <p class=”field email half_last”>[email* your-email placeholder “E-Mail”]</p>
    <p class=”field subject”>[text your-subject placeholder "Reason for contact"]</p>
    <p class=”field message”>[textarea* your-message placeholder “Message”]</p>
    <p>This contact form your name, email and your content. For more information, see our privacy policy page.</p>[acceptance your-consent] I accept the storage of my data.
 [/acceptance]

    thanks

    [submit “Send Message”]

    Thread Starter eleg7

    (@eleg7)

    Sorry,
    tha correct is

    <p class=”field name half”>[text* your-name placeholder “Name”]</p>
    <p class=”field email half_last”>[email* your-email placeholder “E-Mail”]</p>
    <p class=”field subject”>[text your-subject placeholder "Reason for contact"]</p>
    <p class=”field message”>[textarea* your-message placeholder “Message”]</p>
    <p>This contact form your name, email and your content. For more information, see our privacy policy page.</p>[acceptance your-consent] I accept the storage of my data.
 [/acceptance]
    [submit “Send Message”]

    thanks

    Thread Starter eleg7

    (@eleg7)

    I solved.
    I added “Validation on” in the additional settings and removed the invisible captcha. He was responsible for my problems. I put the captcha visible and everything works.

    That’s great. Happy to hear you have fixed the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Acceptance validation is not working me too’ is closed to new replies.