Hello,
I am using the Paypal button integration, and the membership sale is working just fine, as is the email to the user and the creation of their account in WP eMember > Members. But when the user follows the link to register they encounter the registration form (made using the [wp_eMember_registration] shorttag) with no action attribute set in the form tag. So no matter how many times you choose a username and password, it just submits back on itself. I have a page set up as the "post registration" page in the Admin section. But even if I didn't, the form should not be blank, should it? The debug tells me that everything went fine up until this point:
[02/07/2012 7:18 PM] - SUCCESS :Membership level ID: 3
[02/07/2012 7:18 PM] - SUCCESS :Member signup URL : REDACTED
[02/07/2012 7:18 PM] - SUCCESS :Member signup/upgrade completion email successfully sent
I had made some minor html changes to eMember_misc_functions.php, but I restored the original and tried again. Same result. Any suggestions?