Hi, This is an amazing extension! Thank you!
I am having a little problem though. I am using a dropdown to select items on my form. In the email that I get all the other fields come in fine. The dropdown item does not show what I typed in for the name. No matter which item is selected all I get in the email is this:
{radio0}
Have any idea how to get the item name to show up in the submission email?
Peace, MIKE MILLER
I am having a little problem though. I am using a dropdown to select items on my form. In the email that I get all the other fields come in fine. The dropdown item does not show what I typed in for the name. No matter which item is selected all I get in the email is this:
{radio0}
Have any idea how to get the item name to show up in the submission email?
Peace, MIKE MILLER
Hi Mike,
Hmmm . . . {radio} usually indicates a radio button group, not a drop-down?
Can you post the Form HTML that gives this result please. It may be that you need to add a value attribute to get a useful result.
Bob
Hmmm . . . {radio} usually indicates a radio button group, not a drop-down?
Can you post the Form HTML that gives this result please. It may be that you need to add a value attribute to get a useful result.
Bob
Thanks Greyhead,
You were right! The default value was "{radio_0}" but the dropdown value was "{radio_8}" as soon as I changed the value to "8" everything worked great!
Thanks for your response,
MIKE MILLER
You were right! The default value was "{radio_0}" but the dropdown value was "{radio_8}" as soon as I changed the value to "8" everything worked great!
Thanks for your response,
MIKE MILLER
This topic is locked and no more replies can be posted.