URL Parameter Help for Time Field

  • State8Motorcycles
    Asked on June 18, 2017 at 1:09 PM

    Hello,

    I am having an issue passing the time(only) field from one form to another. My scenario is to have this field to be read only since its passing from the 1st form, but I cannot get the hours, minutes, and am/pm to transfer to form 2. 

     

    Can you help me with the URL parameters?

  • David JotForm Support Manager
    Replied on June 18, 2017 at 2:06 PM

    What are the two forms you are working with? You can pass the values by inspecting each dropdown name value:

    URL Parameter Help for Time Field Image 1 Screenshot 20

    So you will have a URL like this one: https://form.jotform.co/71685649180870?time[hourSelect]={time:hourSelect}&time[minuteSelect]={time:minuteSelect}&time[ampm]={time:ampm}

    You can test my clone version: https://form.jotform.co/71685735880873 

    Let us know if you need more help, we will be glad to assist you.

  • State8Motorcycles
    Replied on June 19, 2017 at 4:54 PM

    Thank you, that solution worked for me!