Hi ,<br><br><br>i have inserted the new field in the register form , say name is custometxt ,<br><br><br>This field display in the register form  , <br><br>Next i created the new table in the DB , table name is tbl_user_extra_info , AI id, uid(username uid from usertable), custometxt field as varchar ,<br>
<br>i know there is hook_insert function there,<br><br>so i do the insert operation also,<br><br><br>when i have to call this hook_insert , bcoz the default insert operation is in the user module, <br><br>so how to get the that id and how to peform the second table insert operation , <br>
<br>Any suggestion for doubts,<br><br><br><br><br><br><br><br><br>