How can I automatically increase the price of the product item based on a deadline?

  • cedarvalleywalleyeclub
    Asked on March 26, 2018 at 2:56 PM

    Hello,

    I have a form where people will register for a fishing tournament. We have a deadline to enter without a late fee. If someone enters after this time frame we charge them a late fee. How would I add this into my form so that price of the entry fee increases after the deadline has passed?


    Thanks,

    Chase

  • Welvin Support Team Lead
    Replied on March 26, 2018 at 4:47 PM

    Unfortunately, it's not possible. A workaround would be to configure the payment items using our basic input fields like Dropdown (for quantity selection) and then by using our calculation widget to get the total. You can pass the total to the payment field after by selecting Get Price From option in the Payment Integration.

    To hide the items, you can do this by conditional logic. 

    Let me create a demo for you. I'll keep you posted. 

  • Welvin Support Team Lead
    Replied on March 26, 2018 at 5:09 PM

    Here's the demo form; https://form.jotform.com/80785749661977

    1. The dropdown has calculation values (https://www.jotform.com/help/301-How-to-Assign-Calculation-Value);

    How can I automatically increase the price of the product item based on a deadline? Image 1 Screenshot 40

    The calculation values are multiplied based on the price of the item.

    2. There is a later registration fee at the bottom. It's a textbox field. Its value is based on the date field. The condition is this:

    How can I automatically increase the price of the product item based on a deadline? Image 2 Screenshot 51

    You can do the same condition for the other items based on the date.


    3. The total Calculation is the sum of all the items plus the late registration fee:

    How can I automatically increase the price of the product item based on a deadline? Image 3 Screenshot 62


    4. Next, passing the total calculation to the payment field (https://www.jotform.com/help/275-How-to-pass-a-calculation-to-a-payment-field).


    I hope that will work for you. Let us know if you need any further assistance.