Hey! I have two items set up (let’s say ID 1 and ID 2) and I have my Ninja Form set up with a radio select choice of two products, which is called “select_membership” and the value of each item is the corresponding ID for my items.
In my hidden field called “Chosen Membership” I have the default value as {field:select_membership}.
Then in my Create Invoice/Quote action I have “Chosen Membership” as my items.
What I expected to happen was that when the form is submitted, the ID of the chosen membership would populate the hidden field, and Invoicing would add the correct item.
This doesn’t work. The invoice is created but the item is not added, so the invoice total is just 0.
Is it not possible to use a merge tag in this way? If not, what options do I have to allow the user to select the correct item to be added?