Newsletter form - add field firstname?

5 months ago
Hi! is it possible in newsletter add field with "firstname"?

Now we have email, without firstname? can we change that in admin panel? (and we want to send it to sendinblue?)
5 months ago
There is no such option to add the first name in the newsletter from the admin panel.
Backend code modification is required.
5 months ago
Uuu... :( i was thinking i miss this. Thanks for help.
5 months ago
Sorry @Zyje_sobie, little misunderstanding.
You can use customer email tokens here.
For first name - %Customer.FirstName%
last name - %Customer.LastName%
Full name - %Customer.FullName%
5 months ago
Yes, but it's works when Client is registered.

I talk about situation where CLient use "newsletter form" (footer). And there is only email (?)
5 months ago
In that case,  we don't have their names. So, it is not possible to add their names.
But if you want, you can add a common string for them by checking if the customer name is NullOrEmpty.