[ad_1]
alternatively capture the order number on the view order page
example url
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!
