Hello @guglielmirent
The ACF structures are different on each website because each user creates ACFs according to different criteria. Please send me the link to the page where you have inserted the RecordSet field that reads the ACF values.
Best regards.
acf are woocommerce products, they are all different because the products are different.
I couldn’t figure out how to insert them into the recordset and switch them to radio buttons
Hello @guglielmirent
Could you please indicate the version number of your plugin copy?
Best regards.
I could also create links and make it populate the fields with the id the problem is that I would have to make the id values dynamic and I honestly wouldn’t know how to do that
Hello @guglielmirent
The “Advanced Custom Fields” as data source is available for the commercial version of the plugin, and you are using the free one.
If you want to fill some fields with the URL parameters, you can create a form similar to the following one:
<label>Param1 parameter[text field]</label>
[cf7-recordset id="cf7-url" type="url-parameters"]
[cf7-link-field recordset="cf7-url" field="field" value="param1"]
The value of the URL parameter “param1” will be assigned to the text field. The cf7-recordset field loads every URL parameter, and the cf7-link-field allows to select the parameter to use for filling the text field.
Now, you can visit the URL of the page that contains the form passing the param1 URL parameter. Ex.
https://www.yourwebsite.com/page?param1=123
Best regards.
In the paid version, can I capture the ACFs of the page and insert them as a choice for a radio button?
Hello @guglielmirent
Yes, that’s possible.
Please, note we are not allowed to support any customers in these forums.
For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.
Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.
Thank you.
I wrote to you at your site