Is there a way to create a registration website on a routerboard, so that a customer can enter some data like his name, e-mail and tel. number and this information is submitted to the routerboard?
Unfortunately RouterOS does not support any scripting language like php.
Is there any way to get custom data from the webpage to RouterOS?
Use an external website that is whitelisted in the walled garden section. Then either use the API to create user accounts, or use RADIUS authentication of Hotspot users instead. RADIUS could then - for example - go against a SQL database that the external site injects users into.
Or look into Mikrotik’s User Manager packet, which installs on the router as is essentially a database, RADIUS server and web interface for users to sign up on. It’s less customizable than an external solution but works sort of out of the box.
fewi is offering you a way to keep it on the RouterBoard. User Manager is a radius package that installs on the RouterBoard. You should take a look. http://wiki.mikrotik.com/wiki/User_Manager
Hi guys,
I work this with um ,
But the signup form have only email,
Do you know how I can add fields for first name,last name and phone in signup form ?.