How to Enable Calculation for Numeric Input Fields in your Contact Form | WP Fluent Forms

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ต.ค. 2024

ความคิดเห็น • 28

  • @jhonjairozabalagomez2966
    @jhonjairozabalagomez2966 ปีที่แล้ว

    Hello, thanks for you tutorial. Excellent. I have a question: How can I create input fields in Infoproduct in Woocommerce. I have a e-commerce when I need that the customers insert a value in a input text field and according with this values appear the total price of the product. It is possible with this plugin?

    • @WPManageNinja
      @WPManageNinja  ปีที่แล้ว

      Fluent Forms doesn't have any integration with WooCommerce , so if you want to fetch product data from WooCommerce then that won't be possible.

  • @thedesignmaestro3404
    @thedesignmaestro3404 3 ปีที่แล้ว +1

    For fields that are non-numeric, say dropdown and radio buttons but have associated calc values, is it possible to get a summary of all calc values as a total?

    • @WPManageNinja
      @WPManageNinja  3 ปีที่แล้ว

      Well, it is possible to calculate values in non-numeric, this is the function of Numeric input fields only.

    • @definitytechnology
      @definitytechnology ปีที่แล้ว

      @@WPManageNinja How can I calculate values ​​in text area?

  • @wagnerconsanifilho4904
    @wagnerconsanifilho4904 ปีที่แล้ว

    Does the calculated numeric input support formulas like IF({input1_field_name} = "180.000,00", 0.06, 0) ?

    • @WPManageNinja
      @WPManageNinja  ปีที่แล้ว

      Hi there, You cannot add IF statements within numeric field calculations.

  • @joellevillafranca
    @joellevillafranca 2 ปีที่แล้ว

    In creating a calculator, is there a way to put a numeric field beside checkbox options?

    • @WPManageNinja
      @WPManageNinja  2 ปีที่แล้ว +1

      Hello Joelle, You can put a numeric field on the same line as checkbox field using a container field. So, in two column container, you can add the checkbox in the first column and the numeric field in the second column. That would put the numeric field beside the checkbox option. Thank you.

    • @joellevillafranca
      @joellevillafranca 2 ปีที่แล้ว

      @@WPManageNinja I'll try that! Thank you so much! :)

  • @hoangvanthuan7766
    @hoangvanthuan7766 4 ปีที่แล้ว +2

    hey i did exactly what you did in the video but the rerult input doesn't work

    • @WPManageNinja
      @WPManageNinja  4 ปีที่แล้ว

      Sorry to hear that but It should work. Please contact our support engineers wpmanageninja.com/support-tickets/ for technical issue.

  • @mazwenb5783
    @mazwenb5783 3 ปีที่แล้ว

    Hi, is this possible with the Radio Button field? Secondly, how to use the calculation value on the Radio button field? Thanks.

    • @WPManageNinja
      @WPManageNinja  3 ปีที่แล้ว

      Yes it is possible.
      Here is the documentation link for Calc value: wpmanageninja.com/docs/fluent-form/field-types/calculate-numeric-entities-in-wp-fluent-forms/
      -----
      There is a tutorial video available on this topic: th-cam.com/video/iWxLhcaQDD0/w-d-xo.html&ab_channel=WPManageNinja
      -----
      Please contact our support engineers wpmanageninja.com/support-tickets/ for more assistance.

  • @Hollywood_Sceness
    @Hollywood_Sceness 2 ปีที่แล้ว

    i am not getting any calculation field in my plugin is there something i need to turn on ??

    • @WPManageNinja
      @WPManageNinja  2 ปีที่แล้ว

      Hey Michael,
      May be you are using the free version of our tool. You will get the payment options in the pro plugin. And from the payment fields, you can do all the calculations for your items.

  • @mohammadsobhy8212
    @mohammadsobhy8212 ปีที่แล้ว

    Can i compare between two dates in days ? And how

    • @WPManageNinja
      @WPManageNinja  ปีที่แล้ว

      It isn't possible directly. You will need to use custom JS codes to calculate the difference between two dates.

  • @rakyattv9428
    @rakyattv9428 3 ปีที่แล้ว

    i'm lossing calculation field setting, how to display and set them?

    • @WPManageNinja
      @WPManageNinja  3 ปีที่แล้ว

      You can follow this tutorial to set the calculation field: wpmanageninja.com/docs/fluent-form/field-types/calculate-numeric-entities-in-wp-fluent-forms/ . Let us know if you have any further queries.

    • @Hollywood_Sceness
      @Hollywood_Sceness 2 ปีที่แล้ว

      @@WPManageNinja i am not even getting a Calculation Field settings ?

  • @aldinlapinig
    @aldinlapinig 3 ปีที่แล้ว

    Is there a way to email the calculation result to the user instead of showing the result on the form? Thank you.

    • @WPManageNinja
      @WPManageNinja  3 ปีที่แล้ว

      Well, you cannot actually calculate the results in the email. But if needed you can send a separate email with the results included.

    • @aldinlapinig
      @aldinlapinig 3 ปีที่แล้ว

      @@WPManageNinja Yes. that's actually what I meant. I found this option.
      Is fluent forms capable to perform Conditional Operators? How? Thank you.

    • @WPManageNinja
      @WPManageNinja  3 ปีที่แล้ว

      @@aldinlapinig glad you got the option. Yes, you can set Conditional Logic on any kind of form so watch this tutorial to learn more: th-cam.com/video/Pg4g1NxrPvM/w-d-xo.html

    • @aldinlapinig
      @aldinlapinig 3 ปีที่แล้ว

      ​@@WPManageNinja Oh sorry for the unclear question. I mean doing Logical Operators on the calculations.
      Example:
      Number of Floors: 1 to 10
      Floor Area: 1 to 1000 sqm
      Finish Type: Bare | Standard | Luxury
      Depending on the number of floors, each value of each finish type changes.
      1 storey building:
      Bare = 15,000 per sqm
      Standard = 25,000 per sqm
      Luxury = 35,000 per sqm
      2 storey building
      Bare = 20,000 per sqm
      Standard = 30,000 per sqm
      Luxury = 40,000 per sqm
      3 storey building
      Bare = 23,000 per sqm
      Standard = 33,000 per sqm
      Luxury = 43,000 per sqm
      4 storey building
      Bare = 25,000 per sqm
      Standard = 35,000 per sqm
      Luxury = 45,000 per sqm
      and so on.
      I have quickly made it with Calculated Fields Form. I would love to just use Fluent Forms for this as it is connected to FluentCRM.
      Here's a video of the calculator I made on Calculated Fields Form
      th-cam.com/video/QYLhE17jT-s/w-d-xo.html
      I hope I made my concern clear. And I hope to hear again from you. :)

    • @aldinlapinig
      @aldinlapinig 3 ปีที่แล้ว

      @@WPManageNinja I guess it's not possible with FluentForms yes?