Search

Help

Page 9 of 32. Showing 315 results (0.142 seconds)

  1. Form with hidden fields and conditional validations

    -216dcc509c83" ac:name="confiform-field-definition" ac:schema-version="1"> <ac:parameter ac:name="fieldName">chooseAorB</ac:parameter … ="confiform-field-definition" ac:schema-version="1"> <ac:parameter ac:name="fieldName">f1</ac:parameter> <ac:parameter ac:name="fieldLabel">f1
    TESTSept 15, 2016
  2. Using transform function with smart fields

    Short recipe to show how to use "transform" function with smart fields. See more about Virtual functions here Consider having 2 forms image2016-10-11 10:46:31.png One form with a field "choice" and of type "text" Another form with a field "purpose" and of type "smart dropdown" Let's say we have these options
    ConfiFormsOct 11, 2016
  3. Database dropdown with extra fields in a table

    In this quick demo we show how to access other fields your database query returns together with the data for your dropdown field Which uses a SQL like … https://marketplace.atlassian.com/plugins/com.vertuna.confluence.plugins.smart-templates/cloud/overview values in a form so far (we show "choice" field and we show the "link" property
    TESTDec 28, 2020
  4. Using Excel files as sources for ConfiForms fields

    Since version 1.53.4 we have introduced couple of experimental APIs which help you to make a bridge between ConfiForms web-services backed fields and Excel … will be filtered to match (as substring) the given value Text No lookupField Since 2.27.23 Limiting the matching logic to specific field (cell) Example
    ConfiFormsSept 26, 2022
  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. How to configure and use restrictions on ConfiForms fields

    In ConfiForms app you can setup view and edit restrictions for a field. This is done by configuring the ConfiForms Field Definition macro using the following … on "Edit restrictions" parameter Since ConfiForms version 2.0.34 we have improved the logic for handling restricted fields. Here is how this works
    ConfiFormsMay 09, 2019
  7. a form with duplicated created and createdby in readonly fields

    In this demo we copy the created and createdBy into other readonly fields we have on our form 2 Readonly fields to hold the values from metadata fields, fields are hidden when a user creates an entry with ConfiForms Field Definition Rule ConfiForms IFTTT macro is used on "created" event to copy the values from
    TESTApr 20, 2018
  8. Using ConfiForms status fields in filters

    Status fields are teh special case in ConfiForms and their values are constants. See Documentation Status 5.0+ This field type permits easy grouping and presentation for entered data. Each status level is color-coded to foreground data groupings. Important Filtering by the status field can be a bit complex
    TESTJul 11, 2016
  9. How to create a link to a page to preset the value for ConfiForms fields

    <a href="https://wiki.vertuna.com/display/TEST/How+to+create+a+link+to+a+page+to+preset+the+value+for+ConfiForms+fields?cf_name=myform&cf_values=mytext:hello … ='https://wiki.vertuna.com/display/TEST/How+to+create+a+link+to+a+page+to+preset+the+value+for+ConfiForms+fields?cf_name=myform&cf_values=' + formParams; } </script> mytext another some
    TESTDec 16, 2022
  10. How to access ConfiForms metadata fields

    Each record stored with ConfiForms has the following fields stored in addition     Also, these synthetic properties are also available (in most cases the use case for these properties is in IFTTTs - you cannot access them directly in ConfiForms Field macro, but could use inside the ListView / CalendarView
    ConfiFormsAug 31, 2017