Forums

Launch other form and return

rodiusd 07 Aug, 2013
Hi,

we have a form with several dropdown boxes to select team members.
Add some point when filling in the form we need to add a team member who is not yet on the team.
We already have a form who is handling the management of the team.
Is there a way that we could create a button and be transferred to this team management form doing the add of the new member and coming back where we left in our form?
rodiusd 10 Aug, 2013
Hello,
anyone an idea?
GreyHead 11 Aug, 2013
Hi rodiusd,

You could perhaps do it in a modal window. Or by making the 'Add' button a submit button with a specific name then have the On Submit code open the 'Add' form and the On Submit for that form reload the first. You need to make sure that the data from the first form is preserved though. Probably a DB Save is the safest way.

Bob
rodiusd 11 Aug, 2013
Hi Bob,

thanks for these ideas. Will try them out.
This topic is locked and no more replies can be posted.