Hi Folks. New site on Magento 2.4.2 using the Porto theme v4.0.3.
I want to use the Newsletter popup to have customers sign up and create an account. However, I need to ensure that they supply First and Last Name (2 fields) in addition to their email.
I've been unsuccessful in finding where the default Magento newsletter configuration (ideally) or template exists so I can add those fields to it. Configuring the text and background image of the popup (except the form) is in Stores -> Configuration -> Porto -> Porto Settings Panel in the Newsletter section, if that helps.
MANY thanks!
The key steps are overriding the template to display the new fields, extending the subscriber model to capture the data, and updating the model's save logic.