XModPro

Using registration kit to write addition information to database

Brian Shepherd Brian Shepherd asked Aug 20, 2014
Active Jan 17 · Viewed 10626 times
<p>I'm trying to use the registration kit to allow users on my site to create additional, linked accounts. For example, parents can create a linked user account for their children.</p><p>I have a relationships table that stores the logged in user, another UserID and a relationship code, but I've been unable to pass the newly-created userId to a stored procedure to create this record. I'm using a SubmitCommand block to run this stored procedure - is there another way to run additional code with this kits that would allow me to accomplish this?</p>

1 Answer

Loading answers...

XModPro