Page tree

Playground and DEMO space

This is a playground and demo space for ConfiForms and ConfiDoc addons developed and supported by Vertuna LLC

Most pages provide a storage format for the demo, so you can use the free add-on from Atlassian Confluence Source Editor to import this configuration into your Confluence and see it in action

To import examples from the storage format on Confluence Cloud please see this page

Please note, all the examples here are provided without any obligation and may or may not be incomplete or may have bugs, and we provide NO SUPPORT for these examples and demos.

When you click on "Confirm" a Save button will appear

Done with the help of this Javascript

<script>
function showSaveButton(){
  AJS.$('button.save-cf-btn').show();
}

function hideSaveButton(){
  AJS.$('button.save-cf-btn').hide();
}
</script>

 

and 2 field definition rules: 

 

Set on field "confirm" and Condition is set to

confirm:true

 

Another rule

Set on field "confirm" and Condition is set to

confirm:false

 

 

 

  • No labels