Formmenu --> Reuse result

Hi there,
so I want to use a simple two way dropdown. (Question or Feedback)

and I can`t figure out how I can reuse the result of the dropdown multiple times.
like I reuse a text/name multiple times within the same text

EXAMPLE MAIL
Your {formmenu: name=QUESTION feedback; e question; default=question} to {formtext: name=Manufacturer};
{key:tab}
HI {formtext: name=name};

we take your QUESTION/FEEDBACK (need to fill in result from previous form) to {=manufacturer}

The {=manufacturer} will reply within 5 days.

BR

Hi, and welcome to the forum! :slight_smile:

You can do that like this:

Your {formmenu: name=type; feedback; default=question} to {formtext: name=Manufacturer};
{key:tab}
HI {formtext: name=name};

we take your {=type} (need to fill in result from previous form) to {=manufacturer}

The {=manufacturer} will reply within 5 days.

BR