Introducing Lookup Fields

February 27, 2023

Do you want to use values from a form to create or populate fields of another? Then this is for you, with lookup fields you can do stuff like:

  • Create checkboxes or dropdowns using the entries of a form
  • Calculate the price using a catalog or products submitted in other forms
  • Create cascade fields (fields whose options depend on the values of other forms)

Setting up a lookup field

1.- Install the look-up field add-on. This add-on is included starting from the “Pro” version. ...

Continue Reading →
0

Introducing chained select

February 2, 2023

Do you want to add a group of dropdowns where their available options depend on each other? Maybe one dropdown for the company, another for the product type, and another for the product name? So for example, if the user selects apple the other dropdowns need to display only apple products but if they select Samsung they need to show all the Samsung products?

This can be done with a bunch of dropdowns and show/hide conditions but if your list of ...

Continue Reading →
0

Using formulas in field settings

January 27, 2023

There are many settings that support formulas. In these settings, you can configure a formula to define the value of the setting. For example, you could use a formula to define the maximum value of a field or to set the text of a “Text block”

You can check if a setting support formulas if it has a ‘calculator’ icon

Continue Reading →
0