Results 1 to 20 of 20

Thread: Multiple Survey Questions With Only 1 Submit Button?
      
   

  1. #1
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Multiple Survey Questions With Only 1 Submit Button?

    Is there anyway taht you can make a survey w/ multiple questions, and use only one submit button to send all the stuff so the user doesn't have to keep going back to the same survey? Thanks.
    Dawnee

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Not sure what you mean. A survey form is either a one page form, in which case all the info is anyway sent in only one submission, or it is a Multipage Survey (if the questions are too many or need to be logically grouped in separate pages), in which case you need a multipage form.

    Look in the Tips and Tricks forum for a Multipage Form Tutorial that i posted a couple of years back. However, i suggest that you first acquire some experiense with simple forms before you start trying to create a multipage form.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    What it looks like the template for surveys wants me to do... is put a submit button for each question that I make. I've been on the other end of a survey like that before.... and its no fun having to answer one question and then press your back button again to get back to the survey. So, what I was wondering, is how I can get around it wanting a submit button for each question?
    Dawnee

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    No, just create a form with all questions, and a submit button at the end of the form
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Okay, but I guess I'm really dense, cuz I still don't understand. When I go into the form wizard, it will only let me do the form answers, and so I've been doing my questions by inserting text. However, if I do it this way, then for each question, I have to create a new form in order that the radio buttons will allow for a new answer to each question. So... I guess I'm doing that part wrong, but I don't know how to do it different?
    Dawnee

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    The wizard only has some predefined forms. As such, they can't suit all cases.

    Do this: when using the wizard, select "Create a blank form so you can add controls later"

    This way, once the form is in your page, you can add as many fields (of ANY type) or text you like, so you can create your form as YOU like it.

    At the end of it, add a Submit button so that the user can submit the entire form.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Talking Re: Multiple Survey Questions With Only 1 Submit Button?

    k, thanks.. i'll try that

    i've been putting the survey section of my site on hold til someone could tell me how.... i think i can do it now, so.. we'll see, thanks again
    Dawnee

  8. #8
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    well, i thought i knew what you were talking about, but, the only 2 options you have when you open up the wizard are:

    create a form using a template

    or

    create a form from scratch using the wizard


    so... i tried to do it from scratch... but, it looks like it's kinda the same way, you can add whatever controls you want, but there's nowhere to enter more than one question.. so it has no idea the user is answering another question if you enter all the data in... am i making sense?
    Dawnee

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Create a form from scratch is the correct option.

    What do you mean "but there's nowhere to enter more than one question" ???

    Simply TYPE your questions text and Add the necessary radio buttons (or other type of field) for the answeres Yes / No beside each question text.

    Probably, what you mean is "How does the form know which question is being answered when a user checks a specific Radio Button?"

    If this is your problem, it is quite simple: each radio button has it's own name.
    So if you place a question like:

    "What's your favourite Browser ? " the corresponding readio buttons should have the name "Prefered Browser" or something like that. EACH radio button should have also it's own VALUE, so the buttom that corresponds to Internet Explorer should have, as VALUE, "Internet Explorer", the second one (which should have the SAME group name, ""Prefered Browser" should have as value "FireFox" and so on.

    If i still didn't understand, please clarify, as your post is not clear enough.

    Have a look at this form: http://www.dbtechnosystems.com/productregistration.php

    Import it in BlueVoda (New, From Existing Page, On the Internet) and double click the radio buttons to see how they are made / named.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Okay.. I think you answered it that time. Sorry, I was having a hard time putting into words what I was thinking, but what you said is pretty much what I was meaning. Thanks
    Dawnee

  11. #11
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Yep, that answered it for me... I was just not changing the "group" for each set of answers. Told ya I'm new...

    You wouldn't happen to know an easy way of adding a submit button if yu forget to originally, would you? Cuz, I can redo the whole form again, but I'd really rather not now that I figured it out. But, if need be I will. (I did redo it after you told me what I was doing wrong.. just that this time I forgot the submit button).
    Dawnee

  12. #12
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    You simply click on the "Button" icon in the Forms Toolbar (or, Insert -> Form -> Push Button)

    Drag the button to the form, wherever you like it, double click it to make sure it is a submit button. The same goes for a Reset button.

    You can add whatever and as many button as you like after a form is inserted in your page. the only difference is that the text 8labels) need to be added as independent text. But that's not a problem anyway.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  13. #13
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Hey,

    I know you gotta be getting sick of me by now, and I'm sorry...

    Well, that added the button. And, I did check to make sure it was set as a submit button... and it was. But... now it gives me an error page when you press it instead of sending to my email. How do I correct this?
    Dawnee

  14. #14
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Please provide a link to your form, we can't get on with this without seeing what you have done...
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  15. #15
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Dawnee

  16. #16
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Soory, the link is not correct
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  17. #17
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Ok the form is in http://www.fls-riders.com/surveys/game_preferences.php

    There are two mistakes:

    1. Encoding type: needs to be "multipart/form data" or nothing at all
    2. Form action: set it to be "game_preferences.php" .

    The fact that these are not correct, make me think that you have changed them yourself ?? Is it possible ?

    Anyway, it is not important. Double click the form, set the action as i told you, set the encoding type as i told you, make sure that the "Use built in form processor" check box is ticked, and Save and Publish.

    Also, change the editboxes names: name for the first, email for the second.
    Refresh your browser before testing
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  18. #18
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    Dawnee

  19. #19
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    still not working.... i think i changed it all. as far as the form action... that's the way the wizard set it.. and i thought i changed it and saved it correctly, but i see that it keeps resetting itself. don't know how to change this?
    Dawnee

  20. #20
    demuredawn is offline Second Lieutenant
    Join Date
    Apr 2008
    Location
    Tennessee, USA
    Posts
    134

    Default Re: Multiple Survey Questions With Only 1 Submit Button?

    i just looked and noticed.. i can edit that part when i uncheck the use built in processor box.. but, if i check it... it reverts to that echo thing.. not sure i understand why, but that's what happens, can i just uncheck that box, maybe?
    Dawnee

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49