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
Pass a Value from a Button to Formidable Forms
I have a pricing table that has three options for a subscription. On the button url I will configure which subscription was chosen and would like to pass if to a Formidable Forms checkout page. Not entirely certain how to do that. Is there a place where Formidable forms looks at the incoming url for a piece of code that can then be used in the form? I believe it's a hook into Formidable forms.
Thoughts?
April 12, 2018 at 11:04 pm
I'm also interested in something very similar. I have a CPT which will have a Contact Us button on it. Ideally I'd like to use a standard contact form but have it detect the CPT attribute that I pass it.
Its quite possible I'll also have the contact form hidden on the same page and reveal it using JS when the Contact/Booking button is pressed. So all of this happening on the same page would be great.
April 13, 2018 at 4:43 am
When you click the button, pass appropriate values in the form of a query string. You can read the query string values with Formidable's get param shortcode set as the default value for the target field.
April 13, 2018 at 6:09 am
There is a shortcode for that? Huh... I thought it would be a web hook of sorts. That's cool - will look into it - thanks much!
Discussion closed.