Search

Help

Page 2 of 9. Showing 81 results (0.081 seconds)

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. ConfiForms Server REST API version 1

    you have field definitions with validations and you dont want to set / reset those with your REST API call (and want ConfiForms to lookup existing values) _debug - could give you statistics on IFTTTs being executed and the invocation log  Validate ConfiForms Entry /rest/confiforms/1.0/validate/{pageId
    ConfiFormsFeb 01, 2024