Is there any way to achieve below function on one confluence page:
1. Drop down list as answer to some query;
2. Do some compute with script Runner on click button based on step 1's choice;
3. If no third part plugins (only Script Runner) , can we make it? If need plugin, which plugin can be used for such need?
Thanks!
Yes, you can achieve the desired functionality on a Confluence page:
Drop-down List: You can use Confluence's built-in macros or custom HTML to create a drop-down list.
Compute with Script Runner: ScriptRunner can execute scripts based on the drop-down selection when a button is clicked.
No Third-Party Plugins: If only using ScriptRunner, you might be limited in UI customization. For more advanced features, consider the Forms for Confluence or ConfiForms plugins.
I use this method for my website through HTML and JavaScript to create drop-down lists and handle computations based on user selections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.