What is the code for putting a simple newsletter sign-up on any html page? I want the user to be able to choose the newsletter (if I have more than 1) they want to be added to or multiple newsletters and add their name and email, hit send or submit and they would be added to the list.
You can open /amember/newsletter.php then view source in browser, then copy everything between <form> and </form> tags and include that code in your pages.