• Resolved Ilir

    (@ipruthi)


    I have a currency field (named “currency-1”) in my form. I use this MU snippet to enable multiple currencies dropdown.

    When I use {currency-1} in email notification, I only get the amount and not the currency. So, when I enter “300 EUR” in the form, the email only shows “300”.

    However, when I used {all_fields}, the field is correct: amount + currency.

    How do I show the full field in email notification?

    Thank you in advance,

    -Ilir

    • This topic was modified 1 year, 11 months ago by Ilir. Reason: Typo
    • This topic was modified 1 year, 11 months ago by Ilir.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @ipruthi,

    I hope you are doing well today!

    This issue has been flagged to our SLS (Second Line Support) Team so that they can dig into this further. We will post an update here as soon as more information is available.

    Thank you for your patience while we look into this further.

    Kind regards,
    Zafer

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @ipruthi.

    Please try adding your form ID on line 22 of the mu-plugin;

    public $include_form_ids = []; like this
    public $include_form_ids = [2910];

    Kind regards,
    Zafer

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @ipruthi,

    Our SLS team also updated the mu-plugin code as well, please make sure to use the latest version from the same Gist repo.

    Kind regards,
    Zafer

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ipruthi ,

    We haven’t heard from you for over 3 weeks now, so it seems that you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Currency field in email notification’ is closed to new replies.