I have a gallery of five separate forms for each gallery item. When I try to place a submit button on each form it will only place on the ContectScreen and shows on each form. I want to place a submit button on each form so I can submit the edits or new data for each form. Placing the Submit button on the Screen control doesn't allow me to submit data for each form; only the first form in the gallery. Each form IS tied by a Ref ID on the other four forms that reference the first form.
Hi @wrightcomply ,
Can you share some screenshots to further clarify?
What you may want to use is a switch operator linked to the selection in the navigation gallery for the OnSelect property of your Submit button. It would look something like the below:
Switch(galContent.Selected.Title,
"PIA Information", SubmitForm(formPIAIntro),
"Questionnaire", SubmitForm(formquest),
etc. etc.
Hi @wrightcomply ,
Did you have any joy finding the solution for your issue? If so, please mark the solution for other users to benefit.
User | Count |
---|---|
257 | |
127 | |
104 | |
49 | |
49 |