Reputation: 185
I was wondering what would be the best way to go about adding a "Accept" button to an email that when the users clicks the button it adds their email to a database.
The main doubt is about taking the users email on the click action, so I can redirect the button to a landing page, and retrieve the parameters (email).
Thanks in advance
Upvotes: 0
Views: 885
Reputation: 353
Its very simple, you only have to do two steps in Drupal..
https://www.example.com/[email protected]
) for anchor/buttonHope this would work for someone.
Upvotes: 1