Search

Help

Page 2 of 7. Showing 68 results (0.063 seconds)

  1. How to create an asset type

    forms much more interactive by defining the rules There are many rules types you can define: to present the fields the way you like, to apply conditional validations and preset default values. Or to dynamically show/hide the fields based on the values selected/typed in other fields... and a lot more
    Asset FormsApr 14, 2020
  2. Conditional statements in IFTTT macro body

    Sometimes, especially when you create a mapping for JIRA issue creation from ConfiForms record you want to make some conditional statements. Like, not sending … the feedback on the user list.) See also: Bugzilla #20999, Bugzilla #27741, VelocityNullSupport. Approach 1: Use the fact that null is evaluated as a false conditional
    ConfiFormsDec 21, 2017
  3. Demo with conditional rules to show or hide fields on the form - storage format

    Storage format for Demo with conditional rules to show or hide fields on the form <ac:structured-macro ac:macro-id="06737cfc-a502-4e10-a73b-4cc78fc8384c … , etc.)</ac:parameter> <ac:parameter ac:name="type">text</ac:parameter> <ac:parameter ac:name="validation">^(?!\s*$).+</ac:parameter
    TESTJan 17, 2018
  4. Automatic validation for your fields

    Using regular expressions for validation Any valid regular expression could be used here. Some examples you can see below.  Validations run on form submit … for field's value uniqueness. See examples below. Validation Regular expression Value is empty ^\s*$ Value NOT matching something  (Allow
    ConfiFormsMar 06, 2024
  5. Using Field Definition Rule to validate the data across different forms

    In this tutorial we will show you how to use validation rule across different forms (we will have 3 in our setup) and ensure the user is registered only once … of validation rules (configured using the ConfiForms Field Definition Rules macro) And look lik ethis in edit mode image2016-9-27 13:55:16.png You can see the 3 rules
    ConfiFormsSept 27, 2016
  6. Validate date intervals

    ._today.timestamp]</ac:parameter> <ac:parameter ac:name="fieldName">Start date must be after today</ac:parameter> <ac:parameter ac:name="action">Validation rule
    TESTJan 12, 2017
  7. Validate textarea based on the selection in the dropdown

    > <ac:parameter ac:name="action">Validation rule</ac:parameter> </ac:structured-macro> </p> </ac:rich-text-body> </ac:structured-macro>
    TESTJan 12, 2017
  8. How to show or hide blocks of fields in ConfiForms conditionally

    to show and hide visual blocks in your forms conditionally These rules are usually used with custom layouts, where you have your own layout defined for the form and want to show or hide blocks of fields conditionally Consider a form that has few fields like this container-custom-form.png
    ConfiFormsNov 30, 2021
  9. Demo with conditional rules to show or hide fields on the form

      -- ISP primary related -- routing technology for ISP1 -- ISP secondary related -- routing technology for ISP2 -- ISP tertiary related -- routing technology for ISP3 -- show primary -- show secondary -- show tertiary -
    TESTJan 09, 2018
  10. ConfiForms Field Definition rule to validate date interval and only allow date intervals which start on Friday

    As the title says, we create a form with custom ConfiForms Field Definition rule which will validate the data time interval given and allow only the ones which … ="fieldName">Interval can start only on Friday!</ac:parameter> <ac:parameter ac:name="action">Validation rule</ac:parameter> </ac:structured-macro
    TESTApr 24, 2018