Results 1 to 2 of 2

Thread: please help with form
      
   

  1. #1
    angie is offline Private First Class
    Join Date
    Sep 2007
    Posts
    6

    Red face please help with form

    hi,
    i need some help with my contact and action page. Managed to publish the contact page but the submit button does not do anything, nor the action - thank you page is being diplayed. I read the tutorials many times and named everything correctly but still can't figure out what is wrong. My domain is
    http://www.buildmydreamhomenow.com
    Many thanks.

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

    Default Re: please help with form

    The submit button has an onclick even assigned to it. From the look of the function its meant to make something appear or be hidden when you click. Try remaking the button with no event.

    The action page isn't on your website. Make sure that it is uploaded to your root directory, and that its all lowercase "action.php" (files on websites are case sensitive).

    Also, your radio buttons need to be named the same, they all have default "radiobutton1".. "radiobutton2" names, but all radio buttons in a given group need the same name. Also assign a value to them as well, when it submits its going to show up as a blank result.

    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

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