Search

Help

Page 6 of 32. Showing 317 results (0.607 seconds)

  1. ConfiForms with autopage field to track the source

    This is a demo to demonstrate how "Autopage" field works in ConfiForms The idea of this field is to track the source where the record has been added     Form with 2 fields: "tf" of type text "pageSource" of type autopage   Show all the records (also, the source where it has been added, and also, just
    TESTJul 19, 2017
  2. ConfiForms Filters by example

    and is used absolutely everywhere where you need to describe a condition, filter the dataset or setup the behaviour (field and IFTTT rules) In this example we … , we should use for filter expression: takenBy:[entry._user], where takenBy is the field name and _user is built-in property of form to get value of current
    ConfiFormsFeb 11, 2020
  3. Dynamic Filters with ListView and TableView

    This is a demo of a ConfiForms ListView having a ConfiForms TableView inside and using the field value of the record it is currently showing to show the related data from the other form in a TableView 2 forms - "choices" and "using" Field in "using" form is a smart dropdown referencing choices from a first form
    TESTDec 21, 2022
  4. ConfiForms with autopage field to track the source and little IFTTT update

        Form with 2 fields: tf of type text pageSource of type autopage Child pages   all records   records added from here (filter used: pageSource:this )   records added from Sash's personal space (filter used:   pageSource.spaceKey:~sash  )   Source code <ac:structured-macro ac:macro-id
    TESTApr 07, 2016
  5. Using ConfiForms Field Definition Rule to lookup value from another form

    From ConfiForms version 1.19.1 you can now setup a rule to lookup a value from another form to be set for you into your form/field image2016-5-23 15:51:33.png … this Field Definition Rules macro) fieldName=[entry.FIELD_NAME_FROM_LOOKUP_FORM]&anotherField=[entry.SOME_OTHER_FIELD_NAME_FROM_LOOKUP_FORM] Please note
    ConfiFormsMay 23, 2016
  6. Using value to match with checkbox in field rule

    > </ac:rich-text-body> </ac:structured-macro> <p> <ac:structured-macro ac:macro-id="78952f96-ab9f-4964-a798-fc3d09c21a18" ac:name="confiform-field-definition" ac:schema-version="1"> <ac:parameter ac:name="fieldName">filterornot</ac:parameter> <ac:parameter ac:name="fieldLabel">Filter
    TESTSept 14, 2017
  7. How to use ConfiForms ValueView macro to show field values

    (it on the same page so we omit the page name), and we set the Field name to show Also we set the filter, which means that we select values with date before 20th … In this tutorial you will learn how to use ConfiForms ValueView macro This macro helps you to show just one value (or a list of values for one specific field
    ConfiFormsNov 13, 2018
  8. Pre-selecting the smart field choices via Registration Control in a smart way

    We use a so called "virtual field" - just an arbitrary field we set up with Registration Control. Why "virtual"? Because the field is not defined on the form via field definition, but is used in rules to "initiate" some action(s) and/or behavior In this case we call it virtualField (could have any name) and our form
    TESTNov 07, 2023
  9. Using Field Definition Rule to validate the data across different forms

    differs) This is not a limitation to have the identical forms, and only done to simplify the tutorial   All forms have just one field and a number 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
  10. 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 easily set up the Field Definition to be required via macro parameters conditionally-required1.png But what if you need the field to have a value only when some
    ConfiFormsApr 26, 2023