The formula was very helpful.

  • Patrick Uyemoto
    Asked on October 28, 2021 at 11:34 AM

    The formula was very helpful. What's the formula for Birthday?

  • Amos_W
    Replied on October 28, 2021 at 12:04 PM

    Hi there,

    If I understood you correctly, you have a field called "Birthday" and you want to pass it to another form?

    if you have a field "Birthday", you'll need to find his unique ID as shown in the video, let's say that it's "birthday"

    Then to add it to the next form , would be

    &birthday={birthday}

    That's the id in form 2

    That's the id in form 1


    The IDs will change according to the values in your form,

    Please let us know if that answers your question,

    Thank you

  • patricku
    Replied on October 29, 2021 at 4:35 PM

    Yes, that is exactly what I was asking. I was able to successfully pass other data from form 1 to form 2, but not the birthday data. If you could take a look at my forms? That would be greatly appreciated!


    Form 1: https://hipaa.jotform.com/212998310037153

    Form 2: https://hipaa.jotform.com/212997694840169


  • Parker JotForm Support
    Replied on October 29, 2021 at 7:24 PM

    Hello,

    For the date picker fields you'll need to turn off lite mode and then pass them in individually.

    1635549407 617c80df25669  Screenshot 10

    Sample parameters would be like this.

    date[day]={date:day}&date[month]={date:month}&date[year]={date:year}

  • patricku
    Replied on October 29, 2021 at 7:42 PM

    Thank you very much it worked!