I'm looking for a way to have the signup form right in the marketing site (on same domain but outside amember). This will be for a free trial (no subscription) and the form has only the basic fields: Full name Email Password I've heard 4.2.10 has custom signup form (I'm on 4.2.3), but not sure if it's of any help. What's the simplest way to achieve this?
I dont think the form will work the way you think- the forms are for the same domain, within the amember system. I would make a form in amember, then view the form, and copy the html to the new site- fixing the post URL stuff. David
This actually worked out fine. I didn't want the email confirmation, so made the field hidden and added this javascript, in case someone else has this problem: Code: $('#_qf_page-0_next-0').click(function(){ $('#_pass-0').val($('#pass-0').val()); });