buptrick
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] print buttonHello, I am sharing the screenshot I encountered as a photo attachment. It seems your screen resolution is different; normally, ads appear on the right and left sides of the page.
Forum: Plugins
In reply to: [Calculated Fields Form] Progressive Tax Calculation Function(function(){
if (fieldname2 <= 110000) return
fieldname2 * 0.15
if (fieldname2 <= 230000) return
110000 * 0.15 + (fieldname2 - 110000) * 0.20
if (fieldname2 <= 580000) return
110000 * 0.15 + (230000 - 110000) * 0.20 + (fieldname2 - 230000) * 0.27
if (fieldname2 <= 3000000) return
110000 * 0.15 + (230000 - 110000) * 0.20 + (580000 - 230000) * 0.27 + (fieldname2 - 580000) * 0.35
if (fieldname2 > 3000000) ;
110000 * 0.15 + (230000 - 110000) * 0.20 + (580000 - 230000) * 0.27 + (3000000 - 580000) * 0.35 + (fieldname2 - 3000000) * 0.40
})();Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-bindHey, Do you have any solution suggestions?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-bindHi, I’m getting the same error message right now on page 19. Thank you for your help
https://easyupload.io/yjch28- This reply was modified 5 years, 5 months ago by buptrick.
Forum: Plugins
In reply to: [Calculated Fields Form] calculation themehi, problem solved. Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Adding value by yearsfor example;
2020 TABLE 2019 TABLE
Single 220.68 TL 191.85 TL
Married, unemployed 264,82 TL 230.22 TL
Married, unemployed, with 1 child 297,92 TL 259.00 TL
Married, unemployed, with 2 children 331,03 TL 287.78 TL
Married, unemployed, with 3 children 375,17 TL 326.15 TL
Married, spouse working 220,68 TL 191.85 TL
Married, spouse, 1 child 253,79 TL 220.63 TL
Married, spouse working, with 2 children 286,89 TL 249.41 TL
Married, spouse working, with 3 children 331.03 TL 287.78 TL
Married, spouse working, with 4 children 353,09 TL 306.96 TL
Married, spouse working, with 5 children 375,17 TL 326.15 TLForum: Plugins
In reply to: [Calculated Fields Form] Adding value by yearsActually I couldn’t find a solution. The data in the form belongs to 2020. There must be 8 marital status information in 1 year. Likewise, if I entered 2019 to 2018, wouldn’t the form be too long?
Thank you for your answer but form doesn’t come as mail.
Thank you very much for your reply. Do you have any idea how to find this code?