Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

save data to several tables from the one form

Locked
elmira_k82
Posts: 7
Joined: Sun Mar 01, 2015 8:35 pm

save data to several tables from the one form

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: save data to several tables from the one form

Unread post by admin »

elmira_k82,

Not without custome PHP on Before Save or After Save.

Steven
elmira_k82
Posts: 7
Joined: Sun Mar 01, 2015 8:35 pm

Re: save data to several tables from the one form

Unread post by elmira_k82 »

Thanks Steven,
going to find right way to do it with custom code.
elmira_k82
Posts: 7
Joined: Sun Mar 01, 2015 8:35 pm

Re: save data to several tables from the one form

Unread post 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.
You do not have the required permissions to view the files attached to this post.
elmira_k82
Posts: 7
Joined: Sun Mar 01, 2015 8:35 pm

Re: save data to several tables from the one form

Unread post by elmira_k82 »

also add jquery into nuLoadEdit() function and now checkboxes work fine :)
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: save data to several tables from the one form

Unread post by admin »

.
Locked