I am very new to PA, and working in the Estimator Pro template, but am using my own forms for content purposes.
I have created this form for an order, and I want the button to add a copy of this same form, so another project could be added and sent with the same order. Is there a way to do this? Thanks.
Follow below steps:
Design you form
On Button Click, add your form data as a record in Collection
Reset the controls of form
So you will have a new form to enter your data. This is like having a repeatable control that we had in Info-path.
For more information you can watch video by Shane https://www.youtube.com/watch?v=xgznk4XlPCo
Hi @AEngleking ,
I would suggest you save the Form Values to a collection and then reset the form to start another new record when clicking the button.
For example, set the OnSelect property of Button as follows. The Mycol1 collection is the table that stores all project details, and ACTS as the SelectedProducts collection in the original template.
Collect(Mycol1,Form2.Updates);ResetForm(Form2)
Hope this helps.
Sik
User | Count |
---|---|
183 | |
108 | |
88 | |
44 | |
42 |
User | Count |
---|---|
226 | |
108 | |
104 | |
68 | |
68 |