Hello, paying customer here. I’d like to know how to implement an easy form where I ask for user email and show 2 buttons: “register” or “manage subscription”.
When a user clicks on register, he gets redirected to the complete subscription form with name, surname etc (DONE).
When a user clicks on “manage subscription” I’d like he just gets it’s “manage link” and “unsubscribe link” by email. I’m not able to do this.
Is there a way to send an email to a user when he specifically ask for it?
Thanks.