Simple survey form

  • The_Last_Slice
    Asked on February 8, 2023 at 9:59 PM

    I just want to ask people for postcode. There will be 4 options to select from hopefully with big buttons for easier selection. After they select an option it should automatically count as a selection without having to press submit or anything else. And then the question appears again for the next customer

  • Patrick Product Triage Specialist
    Replied on February 9, 2023 at 6:06 AM

    Hi The_Last_Slice,

    Thanks for reaching out to Jotform Support. I understand the issue, but I’ll need a bit of time to work out a solution. I’ll get back to you shortly.

    In the meantime, let us know if you have any other questions.

  • Patrick Product Triage Specialist
    Replied on February 9, 2023 at 7:04 AM

    Hi The_Last_Slice,

    Thanks for your patience and understanding, we appreciate it. Disabling the submission button entirely is not available in Jotform. Although that feature isn’t available yet, as a workaround, we can add Global Countdown Widget to our form. Let’s do it:

    • On the widget page, choose Global Countdown - Form Widget and click on Add to Form.

    UH4WwU1woXQTmkJZnm WUYWvEoX2sV 1UrPuelGY Screenshot 10

    • On the new page, choose between Select a Form to add the widget to your already existing form or Create a Form to create a form from scratch.

    hq8PQI50Sr vpy1GF3fE nLDfDB9Fx02n7HQDqeH Screenshot 21

    • In this example, I will continue with Create a Form to build a form from scratch.
    • Once the form is created ( or an already existing form is chosen), you will be automatically redirected to Widget Settings.
    • On the Widget Settings menu put in your desired Countdown Time and under the Action tab choose the Submit Form. (I will put 15 seconds as an example.)

    H  pDdvCDImhNN6mX zKffqMkJgWurBbxdbg3DLR Screenshot 32

    This will automatically Submit the form after 15 seconds. However, to let our users continuously keep filling the form, we need to add a redirection link to our form, after its submitted. Follow these steps to set it up:

    • Choose the Publish button on the orange navigation bar at the top of your screen and click on Copy Link to copy the form’s link to the clipboard.

    7z ND8zlr5aymko9vc bIenXSwM vHL pHTBzBG9 Screenshot 43

    • When you copy the link, click on the Settings button on the orange navigation bar at the top of your screen and choose Thank You Page from the left side menu.
    • Under the Thank You Page, choose Redirect to an external link after the submission box and paste your form’s link.

    8 z dIrc7g Ok UbMzqb2yCB2NGP1KohAzfPC EY Screenshot 54

    This will redirect our users to the form again after it is submitted when the countdown hits zero.


    You can also edit the visual aspects of your questions via CSS codes. Let me show you how to create a multiple-choice question with bigger buttons.


    • In Form Builder, click on Add Elements +  button and drag and drop the Multiple Choice Question tvdcjMrtfZD AYI4bfqZjb8Pvu3ACQsPhrQGRK S Screenshot 65
    • Click on the Multiple Choice question and choose the Gear icon to open up settings.
    • Edit the Question and Options as you wish as shown below the screencast.

    djJGGragJY5IuEBtTIhWhsmkWmmMephtd7lEI2j8 Screenshot 76

    • Close the Multiple Choice Properties by clicking on the X when you are done with the needed edits.
    • Click on the blue Paint Roll icon to open up Form Designer.
    • Choose the Styles tab and scroll down to the bottom where you can see Inject Custom CSS.
    • Paste the code below to the area to change the size of the buttons:


    .form-radio-item label {
        height : 100px;
        width : 350px;
    }
    .form-line {
        font-size : 35px;
    }
    .form-label.form-label-top {
        font-size : 35px;
    }
    .form-label.form-label-auto {
        display : block;
        float : none;
        text-align : left;
        width : 100%;
        height : 100px;
    }


    After the injection of the CSS code, your form should look like this:

    ToQUh96P lFh wFANN1dlKZvFSdxhBkZngGQUFWY Screenshot 87

    Check the screencast below to see the final product:

    2baTTQNjWjrsMwy7szS51U1R0br RRY1IIUBFvI3 Screenshot 98

    Let us know if you need any more help.

  • The_Last_Slice
    Replied on February 9, 2023 at 7:15 AM
    Thanks
    This isn’t exactly what I wanted but thank you for your effort. Im trying to run a survey in my pizza shop on the postcodes people live it, they are usually in a rush so just want them to press one button and leave quickly
    [PastedGraphic-12.tiff]
    Ahmed Chandab
    Owner
    e: info@thelastslice.com.au
    p: 0430650206
    a: 20/3 Australia Ave Sydney Olympic Park
    IMPORTANT NOTICE: This email and any attachment to it are intended only to be read or used by the named addressee. It is confidential and may contain legally privileged information. No confidentiality or privilege is waived or lost by any mistaken transmission to you. The Last Slice is not responsible for any unauthorised alterations to this email or attachment to it. Views expressed in this message are those of the individual sender, and are not necessarily the views of The Last Slice. If you receive this email in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or use any part of this email if you are not the intended recipient.
    ...