Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown menu list for a table in confluence page for selection

Subramanian January 4, 2021

While the below piece of HTML code helps in creating drop down list, how to extend this for the new row of records created for a column

<div>
<select name="Criticality">
<option value="high">High</option>
<option value="medium">Medium</option>
<option value="low">Low</option>

</select>
</div>

 Moreover, the value selected from the dropdown is not getting stored.  When the page is re-opened, the first value in the dropdown is getting displayed for the row. 

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2021

Confluence does not handle content in HTML.  You should be using macros or apps that can provide drop-downs, not simple html in the body.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events