Tell us what you are trying to do?
I have a CPT Domain with a many-to-many relationship to the CPT Services.
CPT Services has a numerical field "monthly-cost".
One of the CPT Services entries is "Email" and has a "monthly-cost" of $2.00
One of the CPT Services entries is "Hosting" and has a "monthly-cost" of $2.00
CPT Domain has a numerical field "domain-monthly-cost".
One of the CPT Domain entries is "Test.com" and is related to the CPT Services "Email" and "Hosting".
I am trying to calculate "domain-monthly-cost" = "Email" "monthly-cost" + "Hosting" "monthly-cost"
Hello. Thank you for contacting the Toolset support.
I would like to know here that at what action you want to calculate the "domain-monthly-cost". When you submit the "Domain" post from the backend admin or at any other action?
Hi. I would like it to calculate when I submit from the backend and when I submit a form (which I haven't created yet but will allow me to enter Domain information).