• Resolved guglielmirent

    (@guglielmirent)


    Hello, I need to create a select list with customer orders, is this possible with your plugin?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter guglielmirent

    (@guglielmirent)

    alternatively capture the order number on the view order page
    example url
    https://miodominio.it/my-account/view-order/number-order/

    Plugin Author sevenspark

    (@sevenspark)

    Hi @guglielmirent ,

    The plugin only works with text fields, so it won’t be relevant for a selectbox

    Presumably the order number is a variable available during your page generation process. If you can grab that order number via a shortcode (either with an existing on in your setup, or by writing a Custom Shortcode), then you can add it into the form via the DTX. You could potentially write some code to try to parse it out of the URL, but it’d likely be more robust to pull that value from the actual source than from the URL.

    Hope that helps!

    Thread Starter guglielmirent

    (@guglielmirent)

    In fact in the second post I put as an alternative one could capture in a text field, is this possible?
    For me it is enough that it is displayed in the form

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Order select list’ is closed to new replies.