How can I make it so that "Insert" is automatically clicked after choosing one of my dropdown options

{formmenu: Cancelled Appt From Lead; default=ORA Cancel; Unconfirmed; name=Test}
{if: Test=="Cancelled Appt From Lead"}option 1{endif}{if: Test=="ORA Cancel"}option 2{endif}{if: Test=="Unconfirmed"}option 3{endif}

Please note I replaced my actual prompt with options 1-3 just for this example

Hi @Ansell_DeRemer, welcome to the forum. :slight_smile:

Unfortunately, this is not directly possible. However, if the actual prompt you replaced with 1-3 doesn't include more inputs, you may create 3 snippets instead, one for each option, like /ora, /cancelled, and /unconfirmed, without depending on the popup's dropdown selection. Otherwise, you have to click the Insert button explicitly after selecting that option.

Thanks for the response. Maybe this could be a feature that is implemented in the future.