• Resolved guglielmirent

    (@guglielmirent)


    I have another question, in the form I have to insert radio buttons, but the values must be taken from acf(advanced custom field)
    a practical example
    i have the values “acf1” – “acf2” – “acf3”
    in the form there must be a choice between acf1,acf2,acf3

    those marked in red are the values of the custom fields, which will be the radio button options
    example
    12 months rental
    [Radio 1] 96000 km at 2850€.
    [Radio 2] 120000 km at 2900€.
    [Radio 3] 150000 km at 3000€.
    is this possible?

    link example image

    https://imgur.com/zToB1Ic

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter guglielmirent

    (@guglielmirent)

    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

    Plugin Author codepeople

    (@codepeople)

    Hello @guglielmirent

    Could you please indicate the version number of your plugin copy?

    Best regards.

    Thread Starter guglielmirent

    (@guglielmirent)

    1.0.63

    Thread Starter guglielmirent

    (@guglielmirent)

    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

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter guglielmirent

    (@guglielmirent)

    In the paid version, can I capture the ACFs of the page and insert them as a choice for a radio button?

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter guglielmirent

    (@guglielmirent)

    I wrote to you at your site

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘prefilled radio button’ is closed to new replies.