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.
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.