I want to show and hide the Confiform based on some question from the user.
Suppose if 3 radio buttons and if all of them is "YES: then show the form otherwise do not show the form to user.
What I have:
I have a confiform on confluence page which creates issue in JIRA
I have setup the 3 question radio options(YES/NO)
What is required:
Show the confiform if all radio button is YES
Do not show the form even if one radio button is NO
How is your radio button selector is built? Is it also a ConfiForms form?
Radio button selector are in built using macro in confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can hide the the contents registered by ConfiForms FormView (Registrations Control macro) via JavaScript
AJS.$('span[data-macro-name="confiform-entry-register"]').hide()
How to call it from your custom macro I cannot tell, as I dont know from your answers what exactly you are using to build it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, A bit better now.. but still puzzled - do you have 2 ConfiForms Forms?
Are you looking to setup one form so that it shows/hides another form? Is that your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to acheive something like this:
Radiobutton1 Yes No
Radiobutton2 Yes No
Radiobutton3 Yes No
"Hello message"( this will be displayed when any of the radiobutton is Yes)
Confiform to submit JiRa issue(This will be displayed when all radio buttons are No)
It doesn't not matter to me whether i use two or one form. You can tell me the idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a bunch of tutorials on show/hide fields/containers on our wiki - have a look https://wiki.vertuna.com/dosearchsite.action?cql=siteSearch%20~%20%22show%20hide%22%20AND%20space%20in%20(%22CONFIFORMS%22%2C%22TEST%22)%20AND%20type%20in%20(%22space%22%2C%22user%22%2C%22page%22%2C%22blogpost%22%2C%22attachment%22)&includeArchivedSpaces=false
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.