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.
Best regards.