MyBB Community Forums

Full Version: how to make a quick registeration form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all. i want to know is there any way to make a quick registration form?
i have seen some way for making this form but you have to disable captcha and it's a risky job
I suggest you take a look at the HTML of the registration page. You can easily lift the form code from there. You can make the additional options to type="hidden" so they aren't shown to the user. I'm not sure how you'll handle the captcha though, that requires some PHP work.
I have a plugin to make this: http://mods.mybboard.net/view/quick-register

if you want to move the table, find the html codes in the plugin files and add them whereever you want...
Thanks for that plugin arno but I think captcha compromising is risky decision.