1 (edited by asr124 2013-08-06 12:08)

Topic: Adding new form to registration

Hello, I am trying to add new text form to register.php so it's saves in db, I managed to create a form, account creates but the table in the database is empty. I guess I need to use hook before form code, I've tried but I can't find any of hooks, for example "rg_register_pre_group" can you help me?

2 (edited by collenwesling 2013-08-07 03:32)

Re: Adding new form to registration

I think isn't differ from the hooks you use, could you try the connection code of your database that spell correctly or the function you use. It could be help if you review at that part first.

Re: Adding new form to registration

You will need to write a php code that saves the details into a new table of your database which can be added via phpmyadmin. Be careful since if you leave vulnerabilities, hackers can easily get into your forum.