Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
anonymousInputtrue
formNamesample

choiceDo you like the new plan?false[1=Yes|2=No|3=Maybe|]Are we heading in the right direction?radio_grouptrue

financeIf so, why?What's your favorite part?text

hrIf not, why not?What problems do you see?text

otherAny Suggestions / thoughts?textarea

nameYour NameYou can leave this blank if you want your request to be anonymoustext

Code

 

 

 

Code Block
<h2>By now, you should have been briefed on our overall strategic plan for the coming year.  However, before we dive in, we'd like to get your input.<br/>
  <br/>
</h2>
<ac:structured-macro ac:macro-id="ac5a183e-ac2e-4609-af51-c1f3976ce6cf" ac:name="confiform-entry-register" ac:schema-version="1">
  <ac:parameter ac:name="overrideSaveButtonLabel">Send</ac:parameter>
  <ac:parameter ac:name="formName">sample<>sample1</ac:parameter>
  <ac:parameter ac:name="presetValues">requestStatus=default</ac:parameter>
  <ac:parameter ac:name="embedded">true</ac:parameter>
  <ac:rich-text-body>
    <p> </p>
  </ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="8e710435-01a6-4c67-8a22-ad39d78ffa61" ac:name="confiform" ac:schema-version="1">
  <ac:parameter ac:name="anonymousInput">true</ac:parameter>
  <ac:parameter ac:name="formName">sample<>sample1</ac:parameter>
  <ac:rich-text-body>
    <p>
      <ac:structured-macro ac:macro-id="8da1e671-fb5a-420e-9d6c-88a58b45dcd0" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">choice</ac:parameter>
        <ac:parameter ac:name="fieldLabel">Do you like the new plan?</ac:parameter>
        <ac:parameter ac:name="values">false[1=Yes|2=No|3=Maybe|]</ac:parameter>
        <ac:parameter ac:name="fieldDescription">Are we heading in the right direction?</ac:parameter>
        <ac:parameter ac:name="type">radio_group</ac:parameter>
        <ac:parameter ac:name="required">true</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="e2979ea8-93e7-470e-9d46-a1bc3d45322c" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">finance</ac:parameter>
        <ac:parameter ac:name="fieldLabel">If so, why?</ac:parameter>
        <ac:parameter ac:name="fieldDescription">What's your favorite part?</ac:parameter>
        <ac:parameter ac:name="type">text</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="cae0f514-8974-4d93-bc5a-400499fe93ed" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">hr</ac:parameter>
        <ac:parameter ac:name="fieldLabel">If not, why not?</ac:parameter>
        <ac:parameter ac:name="fieldDescription">What problems do you see?</ac:parameter>
        <ac:parameter ac:name="type">text</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="f9231aca-e4f5-40e5-b474-70266ff4c2cb" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">other</ac:parameter>
        <ac:parameter ac:name="fieldLabel">Any Suggestions / thoughts?</ac:parameter>
        <ac:parameter ac:name="type">textarea</ac:parameter>
      </ac:structured-macro>
    </p>
    <p>
      <ac:structured-macro ac:macro-id="89056176-b7c2-491c-afdd-b5dbb02448a4" ac:name="confiform-field-definition" ac:schema-version="1">
        <ac:parameter ac:name="fieldName">name</ac:parameter>
        <ac:parameter ac:name="fieldLabel">Your Name</ac:parameter>
        <ac:parameter ac:name="fieldDescription">You can leave this blank if you want your request to be anonymous</ac:parameter>
        <ac:parameter ac:name="type">text</ac:parameter>
      </ac:structured-macro>
    </p>
  </ac:rich-text-body>
</ac:structured-macro>
<p>
  <strong style="font-size: 20.0px;">
    <br/>
  </strong>
</p>

...