Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

THIS PAGE IS UNDER CONSTRUCTION!!!

...

Version 2 of the Visual Rule Builder now has built-in functions and the ability to use operators to enable building useful expressions. The Rule Builder provides a Lookup mode to search for the function that you want to use and a Help mode that provides function syntax information and an example

The Rule Builder eliminates the need to manually write JavaScript. Use this version of the Rule Builder to create rules to:

...

Section
Column
width33%

Firefox browser

Column
width33%

Google browser

Column
width33%


Microsoft Edge browser

...

Display a warning message when

...

deleting a Table row or Repeating item

Tables and Repeat controls now have a two new properties to display a prompt to confirm the deletion of a Table row or Repeating item. 

  • Prompt - Check box that defaults to unchecked. Check it in order for the system to prompt with an "are you sure" message dialog.message 
  • Prompt Msg -

    The

    Use this property to customize the text message/question that will appear in the

    "are you sure"

    confirmation message

    dialog

    .

    Defaults to

    The defaults is "Are you sure you want to delete this item?". The Prompt Msg property is only visible when the Prompt property is checked.

    Section
    Column

     Image Added

    Property Panel for a Table Control

    Column

     Image Added

    Property Panel for a Repeat Control

At runtime

...

,  displays the promot when the user attempts to delete a repeat item if the Prompt property is checked. This applies to

...

Table rows and

...

Repeat items. If the user selects

...

Ok

...

the item is deleted. Selecting

...

Cancel

...

aborts the delete.

  • The Prompt Msg and the caption of the dialog (Delete Item) are available in the form level downloadable text strings file for localization.

    Image Added

Support for curly braces in Share Link URLs

...

It may be necessary to increase heap size for the Insight server, when reporting on/indexing a large number of submissions. Refer to the memory configuration topic for the details.

...

Excerpt

 requires Insight software for the Reporting and Submissions View feature. The Insight software is included in the tomcat bundle. The Insight server MUST be started BEFORE starting . Instructions for Windows and Linux operating systems are listed here:

Section
Column

 Windows:

  1. Open a command prompt. Navigate to <frevvo-home>\solr-5.4.1.Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.

    You will see this message:



  2. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

Warning

If you close the Insight server (Solr) startup window, the server will stop running. Leave the window open or set up Live Forms and the Insight Server to run as Windows services.

Column

Linux:

  1. Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
  2. Navigate to <frevvo-home>/solr-5.4.1/bin. Run this command to make the solr startup file executable:

    chmod +x solr
  3. Navigate back to the solr-5.4.1 directory.
  4. Start the Insight server by typing:

    bin/solr start - this starts the Insight server in the background, listening on the default port 8983.
  5. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

   

  You do not have to restart the Insight server every time you restart .

...