2017-11-11 130 views
0

我是一個WP新手,並且它迄今爲止所能做到的驚訝。我目前使用Gravity表格向我的客戶收取月度訂閱計劃。不過,我給予我的用戶選擇他們想要註冊的月份,並在註冊時收取費用。重力形式日期爲基礎的價格計算

FromDate = Date entered by the user in From Date field (in days) 
ToDate = Date entered by the user in To date field (in days) 

所以我的價格計算公式爲:

(ToDate - FromDate)* (cost per day of my subscription) 

不過,我不知道如何實現這一點。任何幫助將深表謝意。

Screenshot of the gravity form builder page

回答