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.
Two issues would benefit from testing and code reviews; they've been around for a while and no takers. It would be a shame for these to miss the next releases.
View Table Headings...
Posted2 hours 17 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
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 18 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:
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