Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @elodie66

    You sent me the link to a service, not a form.

    Our plugin allows you to implement forms with similar behavior to the ones on the page you sent me as a reference. But, if you want to implement a form with the same appearance, you must define the CSS rules to customize the form’s design.

    More information about the fields’ components and how to modify their appearances by reading the following blog post:

    https://cff.dwbooster.com/blog/2020/01/12/form-design

    Best regards.

    Thread Starter elodie66

    (@elodie66)

    thank you, the multi-step form is possible? THANK YOU

    Plugin Author codepeople

    (@codepeople)

    Hello @elodie66

    To create a multi-page form, you need only to insert “Page Break” controls between controls belonging to different pages. Or, if you have separated forms and you want to pass values from a form to the other, you can follow the instructions described in the following section of the plugin’s documentation:

    https://cff.dwbooster.com/documentation#populate-form-b-with-a

    Best regards.

    Thread Starter elodie66

    (@elodie66)

    thank you for your quick response I downloaded the module but I can’t find the type of fields + and – is there another possible field like? THANK YOU

    Plugin Author codepeople

    (@codepeople)

    Hello @elodie66

    As I said in a previous entry, to get the same design of the form you sent me as a reference, you must define your own styles. In our plugin, the number fields display up/down arrows that work similar to the +- buttons on the page you sent me as a reference:

    Best regards.

    Thread Starter elodie66

    (@elodie66)

    I do not understand on the quantity text boxes how to add the values ??of these fields to the selected quantity?

    Plugin Author codepeople

    (@codepeople)

    Hello @elodie66

    I’m sorry, but I don’t understand your question. Please, send me the link to your form, and make the question by referring to the fields in your form.

    Best regards.

    Thread Starter elodie66

    (@elodie66)

    as I understood that it was necessary to change the display I would like to get closer to this one. That is to say that each number box has a value. Example if I put 2 in the quantity zone, a quantity of volume is assigned.If I take table base the added volume is different.

    https://www.wisemove.ae/furniture-volume-calculator

    thank you

    Thread Starter elodie66

    (@elodie66)

    or this kind of form
    https://zerzer3.ovh/?page_id=6274

    all depends on what is easier to realize with the module.

    • This reply was modified 3 years ago by elodie66.
    Plugin Author codepeople

    (@codepeople)

    Hello,

    None of these pages use our plugin.

    In our plugin, the process is very simple. I’ll try to describe the process with a hypothetical example:

    Assuming you have three number fields for three different products: table (fieldname1), chair (fieldname2), and desk (fieldname3), whose labels are the products’ names, and their values the quantity entered by the user.

    Furthermore, assuming the area and volume of products are:

    Table -> area 2 square meters, volume 3 cubic meters.
    Chairs-> area 1.3 square meters, volume 2.5 cubic meters.
    Desk -> area 3.6 square meters, volume 5 cubic meters.

    The calculated field to calculate the total area would be:

    SUM(2*fieldname1, 1.3*feildname2, 3.6*fieldname3)

    And the calculated field to calculate the total volume:

    SUM(3*fieldname1, 2.5*feildname2, 5*fieldname3)

    Best regards.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘calculator and steps’ is closed to new replies.