• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: New to RSJoomla

New to RSJoomla 11 years 2 months ago #26518

Hi

I am trying to create a calculative form as per get stared tutorial
added a radio button Storage : $20 Gift Certificate|$20 Gift Certificate - $10[p+10][c]
added a dropdown Quantity:1[p1].2[p2].........
added a hidden field and added the value as [p39]

and in calculation

{Storage:value} * {Quantity:value} * (Item:value)

answer is coming as zero

but {Storage:value} * {Quantity:value} the answer is comig correct
The administrator has disabled public write access.

New to RSJoomla 11 years 2 months ago #26523

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

Your (Item:value) is incorrect, thus the calculation equation cannot be performed. Brackets are only used to group placeholders(so you can have addition before multiply for example). Assuming "Item" is the name of the hidden field, you should specify it as(using curly brackets which are exclusive for placeholders):

{Item:value}

Also, since you are using a hidden field, you will need to add the value directly "39" without quotations and not [p39].

More information on RSForm!Pro calculation feature can be found here:

www.rsjoomla.com/support/documentation/v...rm-calculations.html
This is not official customer support. To receive your support, submit a support ticket here.
Last Edit: 11 years 2 months ago by adrianp.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!