Page 1 of 1

save data to several tables from the one form

Posted: Sun Mar 01, 2015 8:52 pm
by elmira_k82
Hi,

I'm new in nuBuilder and trying to find way for save records to many tables from the one form.
Is it possible in nuBuilder?

Thanks in advance
Elmira

Re: save data to several tables from the one form

Posted: Mon Mar 02, 2015 1:16 am
by admin
elmira_k82,

Not without custome PHP on Before Save or After Save.

Steven

Re: save data to several tables from the one form

Posted: Mon Mar 02, 2015 6:08 pm
by elmira_k82
Thanks Steven,
going to find right way to do it with custom code.

Re: save data to several tables from the one form

Posted: Tue Mar 03, 2015 10:22 am
by elmira_k82
Thanks Steven,

I'm not sure its best way as I try to do but it works with custom php, only on edit form where I add custom checkbox objects values is not working for them.

Also this too tables joind with inner join, and on browser form I see both field values as need.

Re: save data to several tables from the one form

Posted: Tue Mar 03, 2015 12:54 pm
by elmira_k82
also add jquery into nuLoadEdit() function and now checkboxes work fine :)

Re: save data to several tables from the one form

Posted: Thu Mar 05, 2015 11:37 pm
by admin
.