Newsletter form - add field firstname?

5 mesi tempo fa
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 mesi tempo fa
There is no such option to add the first name in the newsletter from the admin panel.
Backend code modification is required.
5 mesi tempo fa
Uuu... :( i was thinking i miss this. Thanks for help.
5 mesi tempo fa
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 mesi tempo fa
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 mesi tempo fa
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.