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
Populate field from another Form
Hello, I am having a situation where I can´t move data from a form to another form.-
Form A ID= 12
Text Field ID=110
Name
Form B ID=15
Text Field ID= 201
Name
Form A is set to be Redirected to https//mysite.com/RFQ after submission where this Page has Form B
I want Form B Text Field ID= 201 to Pull/display the Name from Form A Text Field ID=110.
I am using this code in Form B inside the text field [frm-field-value field_id=110 entry=12]
But I haven´t been luky to get it work
Any advice or suggestions will be greatly appreciated
February 24, 2018 at 4:59 am
When you go directly from Form A to Form B through a redirect, the entry has to passed as a parameter in the URL. Your redirect in Form A needs to be:
https//mysite.com/RFQ?pass_entry=[key]
The shortcode in Form B will be:
[frm-field-value field_id=110 entry=pass_entry]
https://formidableforms.com/knowledgebase/automatically-populate-fields/
February 24, 2018 at 8:39 am
Thank you! it works..documentation is very clear "Leave [key] as is because this shortcode will get the entry key"
Discussion closed.