• Resolved Manupucelano

    (@manupucelano)


    Hello, i have a issue, if you have a conditional checkbox like this:

    [acceptance your-consent] 
    I agree to subscribe to the newsletter</a>.

    And you want a conditional mail to be received just like this:
    Message Body:

    De: [your-name] [your-apellido] <[your-email]>
    Teléfono: [your-telephone]
    Asunto: [your-subject]
    
    Body of Message:
    [your-message]

    And I want to add a conditional option when someone has subscribed to the newsletter, such as "You have accepted to subscribe to the newsletter"

    Any idea how to do it?

    • This topic was modified 6 years, 8 months ago by Manupucelano.
Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Yep, there’s a trick you can use:

    First create an empty group anywhere in your form:

    [group accepted][/group]

    Then add this condition:

    if [your-consent] equals 1 then show [accepted]

    Now in the email message you can write:

    [accepted]You have accepted to subscribe to the newsletter[/accepted]

    Off course, there is a much simpler way as well. Since the acceptance field is always required, people can only submit the form if they have checked the box. So you could simply add the message "You have accepted to subscribe to the newsletter" to all your e-mails ??

Viewing 1 replies (of 1 total)
  • The topic ‘Aceptance Condition in Mail Send’ is closed to new replies.