• Resolved brookjacoby

    (@brookjacoby)


    Hi
    I use a ckeckbox to map taxonomies. I can see the values in the form, and it’s being associate to the right taxo when the form is submitted.
    However, the email sent (to the admin) returns numerical values (ex. : 10, 11, 12 ) instead of the names of the taxos (Job, For rent, For sale).
    When I use CF7 alone, the email contains the names. It’s after the mapping that something goes wrong…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    returns numerical values (ex. : 10, 11, 12 )

    these are the terms IDs, and they uniquely identify your taxonomy term.

    instead of the names of the taxos (Job, For rent, For sale).

    Names are not unique and therefore cannot be used to map to a taxonomy.

    If you need the names in the email, then you will need to either,

    – do not map your checkbox, instead hardcode your checkbox values to match your term names, this will ensure the names appears in the email. To map the submitted checkbox to a taxonomy, hook the action at the end of the mapping process (see Secreenshot #8), and programmatically map your submitted values to a corresponding term.

    – or you leave things as they are and use my other plugin, the Smart grid-layout extension which allows you to filter your mail tags and remap your term IDs to the term names.

    Thread Starter brookjacoby

    (@brookjacoby)

    I think I’ll give a try to your Smart grid-layout extension 🙂

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Did you manage to solve your problem?

    Thread Starter brookjacoby

    (@brookjacoby)

    No, I tried the Smart grid-layout extension, but cannot managed to mapped it correctly (the value is not in the email, but the taxo won’t be associated in the back-end).
    So I simply removed the info in the email send to the admin.

    Nevertheless, I love your plugin and thanks for your help

    Plugin Author Aurovrata Venet

    (@aurovrata)

    but cannot managed to mapped it correctly

    oh, too bad. DO raise a support request on the Smart grid forum if you want to get it to work!

    Nevertheless, I love your plugin and thanks for your help

    you’re wc. Do leave a review when you can spare a moment.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Checkbox values not in emails’ is closed to new replies.