• Resolved pickonew

    (@pickonew)


    Hi!

    I am using this plugin, it is working good with “forms”, but it is not working with “mail”.

    In “forms”, I added [group transfer]Text[/group] then I go to “Conditional fields” tab, and I can select the group to make a condition. If I do the same on “mail” template, if I go to “Conditional fields” tab and search for the new group in a new condition, the group is not shown there…

    What I am doing wrong?

    I want to hide details from the “mail” tab, based on conditions. Is this possible or the plugin is made only for “forms” fields?

    Thank you in advance

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

    (@jules-colle)

    Groups can only be defined in a form. For example:
    [group transfer] enter some text: [text t] [/group]

    In your email you could write this:

    Thanks for filling out the form.
    [transfer]
      Your transfer text is : [t]
    [/transfer]

    If the transfer group was visible during submission this will be the output:

    Thanks for filling out the form.
    Your transfer text is : the text I entered
    

    If the transfer group was not visible during submission this will be the output:

    Thanks for filling out the form.
    
Viewing 1 replies (of 1 total)
  • The topic ‘Conditional Fields not working on Mail template’ is closed to new replies.