Title: Checkboxes &gt; Include quantity boxes.
Last modified: February 3, 2025

---

# Checkboxes > Include quantity boxes.

 *  Resolved [metesey](https://wordpress.org/support/users/metesey/)
 * (@metesey)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/checkboxes-include-quantity-boxes/)
 * Merhaba,
 * Checkboxes > Include quantity boxes.
 * Kullanıcının gireceği bu bilgileri formülde nasıl kullanabilirim.
 * **Örnek; **Aşağıdaki hesapta IN(“Parke Miktarı”,fieldname96|r) ‘mı yazmamız gerekiyor?
   Bunu bilemedim.
 * ![](https://i0.wp.com/www.insaatim.com/wp-content/uploads/2025/02/check.png?ssl
   =1)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/checkboxes-include-quantity-boxes/#post-18282221)
 * Hello [@metesey](https://wordpress.org/support/users/metesey/)
 * Please be sure you tick the checkbox to submit the texts of the fields’ choices
   in the settings of the checkbox field. It does not affect the equations, only
   the information to submit. Then, edit the piece of code as follows:
 *     ```wp-block-code
       IN("Parke Miktarı",fieldname96|v)
       ```
   
 * The |v modifier gives you access to the information to submit.
 * Best regards.
 *  Thread Starter [metesey](https://wordpress.org/support/users/metesey/)
 * (@metesey)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/checkboxes-include-quantity-boxes/#post-18282286)
 * Hesaplamayı kullanacaklar için “Include quantity boxes.” için değer girmesini
   istedim.
 * Örneğin;
   Parke Miktarı: 10Seramik Miktarı: 5 değerini girdiğinde formül alanında
   şu işlemi yapmak istiyorum.
 * Hesaplama Alanı: IN(“Parke Miktarı”,fieldname96|v)*2+IN(“Seramik Miktarı”,fieldname96
   |v)*3
   =10*2+5*3=35 sonucunu almak istiyorum.
 * Fakat; IN(“Parke Miktarı”,fieldname96|v) formül çalışmadı!
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/checkboxes-include-quantity-boxes/#post-18282485)
 * Hello [@metesey](https://wordpress.org/support/users/metesey/)
 * The IN operation returns true or false if the first parameters is present in 
   the second parameter. It does not returns a number.
 * If you have a checkbox field, I will call it fieldname123, where each choice 
   has associate a number as its value, and the visual text, and you ticked the 
   option to include a quantity box per choice, the plugin makes the mathematics
   for you.
 * You need only to include the field’s name`fieldname123` in the equation. The 
   plugin will sum the choices’ values multiplied by their corresponding quantities.
   You don’t need to do it yourself.
 * Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Checkboxes > Include quantity boxes.’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [checkboxes](https://wordpress.org/support/topic-tag/checkboxes/)

 * 3 replies
 * 2 participants
 * Last reply from: [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/checkboxes-include-quantity-boxes/#post-18282485)
 * Status: resolved