Loading...
 
Features / Usability

Features / Usability


registration fields

posts: 3665 United States

I know this has been asked before, but I didn't see a complete answer. I added this line to the <FORM> in my tiki-register.tpl (in version 1.8.4):

Image
Copy to clipboard
< tr> < td class="formcolor">{tr}Real Name{/tr}:< /td> < td class="formcolor">< input type="text" name="realName" />< /td> < /tr>


Basically, I want to capture users' real name at registration. How do I acutally get this into the database though? If someone could specifically show me what/where to add to the tiki-register.php I'd be greatful!

Thanks,

-Rick

posts: 22 Uruguay

i´m in the same problem... i think that a posible solve can be with a tracker but i can not find the way to merge the registration with the tracker....
this clue was given by xavi, and he provided this link:
http://intercanvis.net/tiki-index.php
in this site the registration form do exactly what i want to do, now the big question is "how to do that"....

sorry for my bad inglish, my native speak language is spanish...
if you find a solution or can point me in to a direction that helpme ill apreciate very much


posts: 22 Uruguay

hello rick, the way that you say:
{tr}Full name{/tr}:*

yes create the form in the tiki-register.tpl and it is showed in the page when is loaded but unless you modify the page "tiki-register.php" the information will be lost, someone say to me that i must to create a table where will be saved the information, create the table thats no problem, but the other thing that i must to do is in the tiki-register.php must have a reference to that table but i dont know how to do that....

i apreciate if anyone can helpme...