I want to create a dropdown list in confluence template. Like mentioned here, https://confluence.atlassian.com/display/CONF42/Form+Field+Markup+for+Templates
Tried this, but when I do @VAR@ it doesn't shows any list option, but language option like html, javascript etc.
I tried to embed HTML code like this: https://confluence.atlassian.com/doc/html-macro-38273085.html
{html}
<div>
<select name="Criticality">
<option value="high">High</option>
<option value="medium">Medium</option>
<option value="low">Low</option>
</select>
</div>
{html}
but it shows it as html code.
I am using cloud version of confluence.
Any help would be highly appreciated.
Hi @Kris Luhr and @sumit ,
I can suggest a workaround using Handy Status from Handy Macros for Confluence. You can create dropdowns from custom status sets. They work well in templates. This solution works for any hosting type including Cloud. Please see the screenshot attached for details.
Hi @sumit , out of box you cannot do this , but there is another way with which you can pretty much achieve this,
Regards
Haran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.