0

Magento2 text is not getting converted to lowercase on using the below code in the email template

{{ var data.enquiry_type | downcase }}

How can I achieve this in Contact Us email?

asked Oct 8, 2020 at 7:08

1 Answer 1

2

Put your syntax in

<span style="text-transform: lowercase;">{{var data.enquiry_type}}</span>

Happy Coding

Arjun
3,64829 silver badges68 bronze badges
answered Oct 8, 2020 at 7:15
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.