Search

Help

Page 1 of 7. Showing 68 results (0.411 seconds)

  1. Conditional validation for required field

    With ConfiForms Field Definition Rules it is easy to configure your form to validate the fields to require values, conditionally. Configuration You can … the validation rule to run when the condition is met and show the message we have configured When we try to submit the form with empty value for the "myfield" when
    ConfiFormsApr 26, 2023
  2. Conditional validation rules and date fields

    In this tutorial you will learn how to use advanced techniques when defining validation rules. The approach and techniques shown are valid for all type … some kind of a relationship between these fields. Like, ensuring that "End Date" field is after the "Start Date" field, for example. This validation
    ConfiFormsNov 29, 2022
  3. Conditional validation rules against dataset

    In this tutorial you will learn how to set up validation rules to validate against the data stored Creating a simple form in Confluence with ConfiForms Often … already 3 records of the choice B This validation is possible to automate in ConfiForms by using the "ConfiForms Field Definition Rules" macro and using it's
    ConfiFormsSept 20, 2019
  4. Form with hidden fields and conditional validations

    - validate if f1 is set when option a is selected - validate if f3 is set when option b is selected Storage format for the solution <ac:structured-macro … ="fieldName">You need to put a value for f1</ac:parameter> <ac:parameter ac:name="action">Validation rule</ac:parameter> </ac:structured-macro
    TESTSept 15, 2016
  5. How to configure ConfiForms fields with conditional validation rules

    In this tutorial you will learn how to create a form with ConfiForms which will have: fields with custom validation rules based on the selected value in other field We will validate the value as number when "Numbers only" is selected and we will validate the same field's value to contain "letters only" when
    ConfiFormsOct 09, 2015
  6. Creating conditional validation rules against the dataset

    macro and choosing action "Validation rule (dataset)" from the list of actions image2016-6-4 7:59:55.png The important bits are how to set up the filter when it runs and what to add into the validation rule The goal We want to check if a person (by email) has already registered. It is important moment, that we
    ConfiFormsNov 13, 2018
  7. ConfiForms Field Definition Rules

    for Field Definition) Rules are the best way to add dynamics to your forms, make validation rules conditional or customise form UI behaviour Available rules … conditionally Reset value Resets the field value Validate if exists in other Form Useful action type to check if the record matching
    ConfiFormsFeb 01, 2022
  8. Validation for empty textarea based on selection in another field

    This quick demo demonstrates how to set up a conditional validation rule It will require you to type "Description" when you select and option. "IT Help … </ac:parameter> <ac:parameter ac:name="action">Validation rule</ac:parameter> </ac:structured-macro> </p> </ac:rich-text-body> </ac:structured-macro>
    TESTOct 22, 2020
  9. Creating a ConfiForms form from a bundled blueprint

    In Confluence cloud ConfiForms app has a template or how it's called in Atlassian world - a blueprint that can help you to create ConfiForms forms It creates a simple form for you that demonstrates how to use conditional validation create dynamically shown fields send emails view stored data in different ways
    ConfiForms CLOUDDec 03, 2022
  10. ConfiForms Form to allow only one entry per user per month

    This short tutorial shows you how to setup a form with conditional validation, which allows only one record per user per month Consider a very simple form … a validation action across the dataset and this will be executed when the condition is met. The condition is set as follows: mydate.formatDate(MM
    ConfiFormsSept 15, 2020