Event registration question

  • jurullc
    Asked on February 26, 2018 at 9:59 PM

    Is it possible to use JotForm to create different registration levels with corresponding ticket prices? For example, there would be an early bird registration and regular registration price.  How do I adjust the form to automatically turn one ticket price off and the other on after a certain date. 

  • york
    Replied on February 27, 2018 at 3:01 AM

    Yes, it is possible using a hidden and read-only date picker field which shows the current date as default and using it for calculations.

    Here is how:

    First, create a date picker field in your form.

    Event registration question Image 10

    Then, make the following settings to make the current date as default and set it as read-only and hidden.

    Event registration question Image 21

    Event registration question Image 32

    Then, you can add conditions to use the current date. 

    For the proof of concept, I used "show/hide conditions".

    1519718194Screen Shot 2018 02 27 at 10 Screenshot 43

    Here is the form I created: https://form.jotform.com/80571115623955

    You can clone it by following the instructions: https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    You can also calculate a field and pass the value to a payment integration. Here is how: https://www.jotform.com/help/275-How-to-Pass-a-Calculation-to-a-Payment-Field

  • jurullc
    Replied on February 27, 2018 at 10:41 PM

    Does this work with a PayPal list of products?  I don't have the option to select conditions.

  • york
    Replied on February 28, 2018 at 2:04 AM

     

    Does this work with a PayPal list of products?

    It does not work with a list of products.

    As I mentioned, you can calculate a field and pass the value into the payment integration: https://www.jotform.com/help/275-How-to-Pass-a-Calculation-to-a-Payment-Field

    I don't have the option to select conditions.


     You can check this guide to have information about conditions: https://www.jotform.com/help/57-Smart-Forms-Using-Conditional-Logic



  • jurullc
    Replied on February 28, 2018 at 8:17 AM

    Thanks!