How can I get my forms to clear automatically so they can be used again and again if needed

  • naomiadler
    Asked on April 29, 2015 at 12:42 AM

    For example.. if someone chooses something from a drop down menu then goes to the redirected page but then wants to go back and choose something else.. but the form is gone in mine.. they wouldn't be able to do that

     

    TIA

     

    Naomi

  • Kiran Support Team Lead
    Replied on April 29, 2015 at 4:42 AM

    Hello Naomi,

    Since you are using different forms on your webpage, when the first form is submitted the page is redirected to another form. When we go back then, the page shall redirect to thank you page of JotForm of the first form. Hence it is required to click back again to display the first form.

     

    Instead redirecting to a different page, I think it would be better if you can have the location based text displayed based on conditions. Please refer to the guide below that can help you in creating conditions using Show/Hide fields.

    http://www.jotform.com/help/57-Smart-Forms-Using-Conditional-Logic

    Let me see if I can provide you a demo with conditions so that you may replace with single form. I'll get back to you as soon as I have some information with this regard.

    Thanks!

     

  • Kiran Support Team Lead
    Replied on April 29, 2015 at 5:26 AM

    Here is my demo form for you. 

    http://www.jotformpro.com/form/51181804560955

    Please feel free to clone this JotForm to your account to see how it works and make any modifications.

    Having the fields of location and season in one form, I think it would be helpful while consolidating the data as well.

    Let us know if you need any further assistance. We will be happy to help.

    Thank you!

  • naomiadler
    Replied on April 29, 2015 at 11:51 AM

    That's an awesome idea you gave.. this might be a bit stupid but how did you get the info there between selection location and view class schedule?

  • Kiran Support Team Lead
    Replied on April 29, 2015 at 1:17 PM

    I've added the fields normally from the menu on the left side and they can be dragged and dropped to change their position. However, I've done the following in order to place the fields to replicate your webpage.

    1. The HTML text and map fields are placed side by side by using Field Positioning.

    2. Since the HTML text fields doesn't reduce the width by themselves, I've added a little custom CSS code to resize the text fields.

    #id_6, #id_7, #id_9 {

    width: 350px;

    text-align: justify;

    }

    3. The width of the Map field is reduced from its properties to fit beside the text field.

    How can I get my forms to clear automatically so they can be used again and again if needed Image 1 Screenshot 30

    4. You may change the latitude and longitude number of other locations from the other map field wizard.

    How can I get my forms to clear automatically so they can be used again and again if needed Image 2 Screenshot 41

    Hope this information helps. Please do not hesitate to get in touch with us if you have any other questions. We will be happy to help.

    Thanks!