How to insert snippet without window appearing and extra clicks?

Some of my snippets will populate without the text window appearing first, and others, for example my snippet that simply enters today's date followed by a colon, have that pop up window where you can edit the entry. I want all of my snippets to automatically have my snippet populate without that window, because then I have to hit Enter before the snippet populates, an unnecessary click. Anyone know how to format the snippet to avoid that window?
Thanks!
Nick

Hi @Nicholas_Bohrer_M.D Welcome to the forum! :slight_smile:

Can you please copy the text of your snippet (the one that opens the popup window) and paste it here? So we can understand the issue better.

Don't use an input field. Text should just be text.

Once you insert a form field in your snippet you're asking for user input, hence the popup window.

--- @samliew