The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Passing Multiple Values From Form 1 To Form 2
Is it possible to pass multiple values from fields in form 1 to form 2, this is so i can used the values that are passed between the forms for calculations.
i believe you can pass a single value through the URL when the form has been submitted, however i can't seem to find anything about passing multiple field values.
If i was to give each field in form 1 a parameter [get param=field1] and [get param=field2] for example and create 2 fields in form 2 and add the parameters to them fields will this populate correctly allowing me then to add further fields to calculate them values.
Thanks Chris
July 12, 2017 at 10:23 am
Have you seen this documentation: https://formidableforms.com/knowledgebase/automatically-populate-fields/
July 13, 2017 at 5:47 am
Thanks Victor,
Yes I think I am getting somewhere with this now.
I managed to use the pass_entry=[id] at the end of the url but then also was able to use [frm-field-value field_id=x entry=pass_enrty] for fields I wanted populating.
Thanks again
Discussion closed.