In 2.0 this worked to add first and last names, but if I change the code in a copy of 30.1 it doesn’t.
I changed the email place holder to prove I’m using en.default.json
Here’s the code that used to work
In newsletter.liquid
{% render 'icon-success' -%} {{- 'newsletter.success' | t }}
{%- endif -%} {% endform %}In en.default.json
“newsletter”: {
“first_name”: “First Name”,
“last_name”: “Last Name”,
“label”: “Email”,
“success”: “Thanks for subscribing”,
“button_label”: “Subscribe”
},