For now, as I understand, anonymous simplenews-subscribers, that is susbscribers which are not registered users, are defined by one single field: the e-mail address. It is the only field presented on the subsription form.
I would like to add more fields to this form (name, sure name, etc.) and use this data via tokens in the newsletter, in order to address my subscribers by their name.
For the dev meeting: Progress all over the place.
Nine pull requests are currently marked RTBC - time to consider merging? Bug fixes mostly, and not too complex.
Issue #6987: There's...
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics:
When is the README sufficient for documentation? When should...
Posted1 day 14 hours ago by Olaf Grabienski (Olafski) on:
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Posted1 week 6 days ago by Alejandro Cremaschi (argiepiano) on:
No problem, let's see how it evolves.
I'd be happy to provide a suggested version if i could.
I will keep that in mind and try learn this hook chain hopefully very soon. I will...
Posted2 weeks 18 hours ago by RS Snyder (theflightrs) on:
Comments
Hi. Try adding more detail about what you want to do. That may help people respond.
Hi agriepiano,
thanks a lot for picking up this topic.
For now, as I understand, anonymous simplenews-subscribers, that is susbscribers which are not registered users, are defined by one single field: the e-mail address. It is the only field presented on the subsription form.
I would like to add more fields to this form (name, sure name, etc.) and use this data via tokens in the newsletter, in order to address my subscribers by their name.
Best regards