• I want to create different calculators, which for certain forms, always accesses a certain source.

    Example:

    I could create a calculator with a dropdown field. This dropdown has 50 choices + value. So far so good. If I need the values for another calculator, then I could just copy the first one. I could copy the calculator 30 times. However, if I change anything on the dropdwon, then I have to do it 30 times. My idea: if I have a “source” where I always deffinate fixed values for a certain field, I save myself the trouble.

    Is that possible? If so, how?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @samuelfernandez

    If you use the DS fields distributed with the Developer and Platinum versions of the plugin, you can define the choices’ texts and values in a CSV file and use it to fill the DropDown DS fields in the form.

    The DS fields read their values from external data sources, like a database, a CSV file, a JSON structure, and other submissions.

    More information by reading the following post in the plugin’s blog:

    https://cff.dwbooster.com/blog/2019/02/14/ds

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Different calculators from one source’ is closed to new replies.