Results 1 to 4 of 4

Thread: Navaldesign, Plz Help
      
   

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

    Default Navaldesign, Plz Help

    Hello,

    Okay, first of all, I'm new to making a website in the first place. So, I've never tried to make a form at all (on the internet). I can see that BlueVoda10 can do a lot of things, I just can't figure out how to make the functions work. Can you help me with this, or point me to information that will? I need to know how to make it so if the user select a radio button once, it selects the item, and if they press it again, it deselcts the item. Also, for other questions, I need to know how to make it so that the user can only select one item, and if they decide to select another, it changes the selection. I also need to know how to make it so the submit button leads the user to a thank you page, and send a email directly to me. The last thing I need for my form, is to know how to enter text boxes that the user can use to type information into so that I can get more precise answers to the questions (as well as their names and emails). Any help you can provide would be appreciated. I keep asking these questions to the whole forum, but am receiving no answers, and would like to get my site fully functional as soon as possible for my members. Thank you.
    Dawnee

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Navaldesign, Plz Help

    For the radio buttons, you need the make the "name" the same for each group. You can't deselect a radio button (without using javascript), the simplest solution is to add an additional one called "none"

    BV should have a built in php script to process the form
    This should be the tutorial you need (I'm assuming based on the title)
    http://www.vodahost.com/vodatalk/for...-tutorial.html

    lastly just add a text box, tutorials 20 and 21 should have demonstrations on creating the form itself
    http://www.vodahost.com/tut_bluevoda.htm

    Hope that helps

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

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

    Default Re: Navaldesign, Plz Help

    Quote Originally Posted by demuredawn View Post
    I need to know how to make it so if the user select a radio button once, it selects the item, and if they press it again, it deselcts the item.
    As Watdaflip already answered, the simplest way is to have a "none" radio button in the same group, as, once selected, radio buttons can only be diselected by selecting another one in the same group. So, in example, if you have a question in your form, with possible answers "Yes" and "No", add another one, in the same group: "None" or someting like that.

    Also, for other questions, I need to know how to make it so that the user can only select one item, and if they decide to select another, it changes the selection.
    Not sure what you mean, can you please provide an example ?


    I also need to know how to make it so the submit button leads the user to a thank you page, and send a email directly to me.
    This is exactly what the new BV10 does, it allows you to create the form and process it. Select the Option "Use built in Form Processor" and fill in the URL of the thankyou page that you want the user to be redirected to after sucessfull submission. Also fill in your email address so that it gets to you.

    The last thing I need for my form, is to know how to enter text boxes that the user can use to type information into so that I can get more precise answers to the questions (as well as their names and emails). Any help you can provide would be appreciated.
    As Watdaflip said: click on the Text Area tool, in the Forms Toolbar (or from the main menu, Insert, Form, Text area) and place it in your 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!


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

    Talking Re: Navaldesign, Plz Help

    Thanks.... what the problem was, was that I was using the radio buttons that were not part of the built in form processor... and it ends up being that you can select each and every radio button on the form that way, and was very aggravating. I finally read something about the built in processor and how to get to it (felt like a complete idiot) and now that problem is taken care of. Thanks
    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