Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This is the documentation for ConfiForms Server/Data Center app

However, this might also work for ConfiForms cloud and in most cases it does. But please see this page to understand the differences between server and cloud versions of the ConfiForms app.


In this tutorial you will learn how to

  • how to create a form which will create new pages in Confluence based on the template
  • how to set labels to newly created pages (also dynamic labels)
  • our pages will have a status field which will show the status of the content on this page (we will have 3 statuses: draft, completed, approved)

Error rendering macro 'excerpt-include'

No link could be created for 'Creating a simple form'.


ConfiForms plugin is very versatile in functionality. And one of it's features is to help you with creation of dynamic page templates.

It is not a secret that you can create Confluence pages based on the data entered in ConfiForms, there is a good tutorial about that - Easy employee checklists with ConfiForms

This tutorial is focusing on same feature, but from a bit different angle.

We will create pages which are labeled and have a status field, showing the status of the content on this page.

As usual, let's start with a form definition.

We will create a ConfiForms form with 3 fields

  • text field to capture the page title
  • raw HTML field to store the link to created page
  • status field with 3 statuses for page content: draft, completed, approved)

 

Two ConfiForms IFTTT macros configured:

  • to create a page when new ConfiForms record is created, taking page title from a text field
  • to update the ConfiForms record when the page is created with link to this page

 

 


WiP

  • No labels