• Resolved Ginger Maclay

    (@gingerwilliams)


    Hello,
    I need assistance with Forminator calculations, please. I’ve added Paypal and connected the account, but I am not sure how to make the calculations field work. I’ve added 2 variables “Number of Adults” and “Number of Children”. The pricing for adults should be $15 and for children $10. I selected Total in the Calculations field. I put the code:?{number-1}+15{number-2}+10?and it is not calculating. Can someone please tell me what I’m doing wrong?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @gingerwilliams

    I hope you are doing well.

    It is missing any operator between 15 and number-2

    {number-1}+15{number-2}+10

    Should be something like

    ( {number-1}*15 ) + ( {number-2}*10 )

    If it is 15 each adult and 10 each child.

    Best Regards
    Patrick Freitas

    Thread Starter Ginger Maclay

    (@gingerwilliams)

    Hi Patrick, I hope you are doing well too. Thank you so much! That solved the issue. I appreciate your help!

    kind regards,

    Ginger Maclay

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forminator not making calculations’ is closed to new replies.