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?
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?
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
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
This topic is locked and no more replies can be posted.