by loren_d_c » Thu Oct 09, 2008 2:34 pm
Use [-- CR_Form --]. Besides creating the opening <form> tag with the proper form action, it also includes a bunch of hidden form fields that will be needed in the form (like storeid). And don't forget the </form> after all the form tags.
If it still doesn't work after you've added this (first make sure you can see the form tags in the HTML source of your customer registration page, otherwise you may have edited the wrong file or need to clear your browser cache or something), then check your table layout within the form, sometimes a bad table layout in/around a form can cause problems.
-Loren