Hello,
1. How to create registration web-page in different language versions, as it is made on log-on web-page? Adding this link: href="/umfiles/signup_lang.html" doesn't work.
2. How to hide the area with profile options (there is supposed to be 1 free profile). On wikipedia I found how to hide pay method:
<input type="hidden" name="pay_method" value="1">
but It doesn't work to profiles
<input type="hidden" name="profiles" value="free">
Regards