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.

Will not work for anonymous users as it uses IFTTT macro to update the record with count

Storage format (form names are "users1" and "usingusers1") and IFTTT macro should be updated with the correct page Id (as well as reference to form "users" and it's page)

<ac:structured-macro ac:macro-id="dc6f6f06-735d-417c-8ee8-111aca919571" ac:name="confiform" ac:schema-version="1">
  <ac:parameter ac:name="formName">users1</ac:parameter>
  <ac:rich-text-body>
    <ac:structured-macro ac:macro-id="25435697-176c-4903-9be4-ec6b4b3bd0a8" ac:name="confiform-entry-register" ac:schema-version="1">
      <ac:rich-text-body>
        <p> </p>
      </ac:rich-text-body>
    </ac:structured-macro>
    <p>
      <ac:structured-macro ac:macro-id="4dd9f6fc-6d80-499c-9808-2d6d34abf771" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">user</ac:parameter>
        <ac:parameter ac:name="fieldLabel">user</ac:parameter>
        <ac:parameter ac:name="type">text</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="22b3f14e-6092-40c9-83af-3dbd4d558748" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">expired</ac:parameter>
        <ac:parameter ac:name="fieldLabel">Expired</ac:parameter>
        <ac:parameter ac:name="type">date</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="3cc476ea-7f5c-4aba-9d6a-8414722b4ad8" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">cc</ac:parameter>
        <ac:parameter ac:name="fieldLabel">cc</ac:parameter>
        <ac:parameter ac:name="values">0</ac:parameter>
        <ac:parameter ac:name="type">hidden</ac:parameter>
      </ac:structured-macro>
    </p>
  </ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="c1458866-0623-42fa-98fc-b7b74e318347" ac:name="confiform" ac:schema-version="1">
  <ac:parameter ac:name="formName">usingusers1</ac:parameter>
  <ac:rich-text-body>
    <ac:structured-macro ac:macro-id="7c69db53-74b0-468a-a435-09e28ec32aa3" ac:name="confiform-entry-register" ac:schema-version="1">
      <ac:rich-text-body>
        <p> </p>
      </ac:rich-text-body>
    </ac:structured-macro>
    <p>
      <ac:structured-macro ac:macro-id="ee64c592-952d-4a1b-a7a1-46e16936a74a" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">uu</ac:parameter>
        <ac:parameter ac:name="fieldLabel">uu</ac:parameter>
        <ac:parameter ac:name="values">[13140212|users1|user|true||]</ac:parameter>
        <ac:parameter ac:name="type">smartselect</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="fc9623a0-cf9c-465a-823c-46cf3e1cb247" ac:name="confiform-field-definition-rules" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">uu</ac:parameter>
        <ac:parameter ac:name="values">expired:&lt;[today] AND cc:0</ac:parameter>
        <ac:parameter ac:name="action">Apply Filter on a field</ac:parameter>
      </ac:structured-macro>
    </p>
    <ac:structured-macro ac:macro-id="33978d2d-eea8-4099-8d32-044dc8efc045" ac:name="confiform-ifttt" ac:schema-version="1">
      <ac:parameter ac:name="action">Create ConfiForms Entry</ac:parameter>
      <ac:parameter ac:name="event">onCreated</ac:parameter>
      <ac:parameter ac:name="title">entryId=[entry.uu]&amp;cc=(ZEROIFEMPTY("[entry.cc]")+1)</ac:parameter>
      <ac:parameter ac:name="who">users1:13140212</ac:parameter>
      <ac:rich-text-body>
        <p> </p>
      </ac:rich-text-body>
    </ac:structured-macro>
  </ac:rich-text-body>
</ac:structured-macro>

  • No labels