Annet, Trying similiar approach.. Little confused.. everytime i am able to submit multiple addresses for any registered user..
1. User registers by default registration page. 2. After login, user fills up address and personal details. Both tables are linked to the Auth user table. I need to ensure that people can edit there details from profile page. Right now i am having submit button which in every login will create duplicate details of the same person everytime he submits the form... Regards, Yogesh On Tue, May 15, 2012 at 10:05 AM, Annet <[email protected]> wrote: > In my database design I put the Addresses in a separate table. In the > Address table I have a field aType with an IS_IN_SET validator for the > types of addresses in the domain. > > IS_IN_SET([(1,'Permanent'),(2,'Current')],zero='select a value') > > I use SQLFORM.factory to create a custom form, but there might be another > solution to solve the form problem. > > > Regards, > > Annet >

