Welcome to the nuBuilder Forums!

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

Pass data between Fast forms

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
tpolimeni28
Posts: 25
Joined: Mon Apr 04, 2022 4:00 pm
Has thanked: 1 time

Pass data between Fast forms

Unread post by tpolimeni28 »

So, I’ve been reading and poking around a bit, not sure if this is possible or not. I’ve been look for a way to say if fast form 1 contains mass amounts of data say title
Are cost month year services quote quarter completion status. That is increate a FF2 is there a way I can pull the data from fast form 1 to fast form 2 for only the items I want to present to someone…

Like on fast form 2 take the following data from ff1 for Month year cost and status and have that data inserted into fast form 1 either but a button click or a linkage between the forms/ database?

I know I could write a python script that connects to the db, extracts out the data from table 1 into a csv then import that data into table 2…I much preferred a button click or something to do this within nubuilder opposed to using an external code to accomplish it.
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Pass data between Fast forms

Unread post by kev1n »

Hi,

You could use the same table in both forms and show in form 2 just the information you want.
Post Reply