Skip to content Skip to main navigation Skip to footer

Separating Questions With Header

Welcome to QSM Support Forum. Forums QSM Pre-Sales Separating Questions With Header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4105
    Adrienne BoswellAdrienne Boswell
    Participant

    I hope everyone is doing well and healthy. My client would like to separate the fields something like this:
    Part 1
    q1
    q2
    q3
    q4
    Part 2
    q5
    q6
    q7
    q8
    part 3
    q9
    q10
    q11
    q12

    Submit

    I have tried making more than one quiz and putting in on a single page, but that doesn’t work because each test is submitted separately. I cannot find the documentation for multiple pages, which I really don’t want to do anyway. I would like the have the test/survey questions on one page but broken up by fieldsets.

    I attached a sample of what I want to do. The code would look something like this:
    <fieldset><legend>Part 1</legend>
    <label for=”one” id=”one1″>One: </label> <input type=”text” name=”one” id=”one” value=”” placeholder=”one”>
    </fieldset>
    <fieldset><legend>Part 2</legend>
    <label for=”two” id=”two1″>Two: </label> <input type=”text” name=”two” id=”two” value=”” placeholder=”two”>
    </fieldset>
    <input type=”submit” value=”Submit”>

    My form looks something like what I have attached:
    –Part 1———————-
    One: _______________
    ——————————
    –Part 2———————-
    Two: _______________
    ——————————
    Submit

    Attachments:
    You must be logged in to view attached files.
    #4324
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Adrienne,

    Welcome to Qsm Pro Support Forum. Hope you are having a great day.

    You can set categories for this purpose. To do this, go to Advanced questions settings and set categories for a particular set of questions. You can also use Html/Text question type to display the categories in between questions.

    Hope this helped you with your query. As this is a sales forum, please raise a ticket at our support forum for further queries: https://support.quizandsurveymaster.com/support/product/qsm-pro-support/

    Kind regards,
    Kriti

    #12962
    alex arafatalex arafat
    Participant

    I had a similar situation when building a custom survey for a wellness site focused on natural remedies, including a section about Tea Leaf benefits. What worked for me was grouping the questions with <fieldset> and <legend> tags just like you’re trying. This way, all questions stay on one page, clearly divided, and everything submits together as one form. Just make sure all your inputs are inside the same <form> tag—no separate forms for each section. Worked like a charm!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.