How do I create a magazine type quiz where it tallies multiple choice answers then sends different responses based on tallys?

  • skillsprout
    Asked on May 3, 2017 at 12:09 PM

    We are providing a "Free Online Screening" for parents that can fill out online and then based on their answers get an email automatically determining if their child has developmental delays or autism or that they are do not have any problems.  We had this on our website previously and the form was created by someone who is no longer here and the database file is no where to be found that these answers were going to, So I am having to recreate it and am not sure quite how to do what I want.

     

    Thanks~

     

  • David JotForm Support
    Replied on May 3, 2017 at 1:54 PM

    Create your questions as you normally would and then assign your options calculation values:

    https://www.jotform.com/help/301-How-to-Assign-Calculation-Value

    You can then total up those values using a calculation field:

    https://www.jotform.com/help/259-How-to-Perform-Form-Calculation-Using-a-Widget

    Set up multiple autoresponder emails with the different content you wish to send:

    https://www.jotform.com/help/26-Creating-a-Form-Autoresponder

    And conditionally send those autoresponders based on the total in the calculation field:

    https://www.jotform.com/help/167-How-to-Send-Email-Based-on-User-s-Answer

  • skillsprout
    Replied on May 4, 2017 at 12:04 PM

    Thank you so much! This is exactly what I wanted to do :) Very helpful!

  • David JotForm Support
    Replied on May 4, 2017 at 1:11 PM

    Very welcome!  If have run into any trouble getting things set up, let us know and we will be happy to help.

  • skillsprout
    Replied on May 4, 2017 at 2:58 PM

    So I have my form embedded in our website, the only problem I see is the submit button is missing. on the page at the end. I tried just doing the pop up it worked partly but when I tested it, the "condition" thank you didn't show on the screen like it did when testing the form in jotform. the thank you box was blank.

    Here is link to test page on our site:

    http://www.skillsprout.com/services/free-screenings/adhd/newscreen.php

  • David JotForm Support
    Replied on May 4, 2017 at 3:05 PM

    Try replacing your current embed code with your forms iFrame code:

    http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code

    If the form is still cut off after making the change, let us know and we can help you adjust the iframe code to show the full form.

  • skillsprout
    Replied on May 4, 2017 at 3:27 PM

    I dropped the iframe code in and it is cutting off the form

     

  • David JotForm Support
    Replied on May 4, 2017 at 3:31 PM

    At the start of the iFrame code, increase the height value until the full form shows:

    <iframe id="JotFormIFrame-70646408056154" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.us/70646408056154" frameborder="0" style="width:100%; height:0px; border:none;" scrolling="no"> </iframe>

    For some reason it is currently set to 0.  You can also set scroll to "yes".

  • skillsprout
    Replied on May 4, 2017 at 3:33 PM

    Beautiful!  Thank you !