+ Reply to Thread
Results 1 to 9 of 9

Thread: Form help required
      
   

  1. #1
    paulbarl is offline Corporal
    Join Date
    Dec 2006
    Location
    Bedford UK
    Posts
    12

    Default Form help required

    Hi,

    Back after a while away ... having trouble with a form on my site, when I test it I don't get anything through, checked the code and php page but can't see anything,

    form is at www.engineers4hire.com/jobseeker.html

    php page (which works) is www.engineers4hire.com/action.php

    Any help would be appreciated.

    Paul

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

    Default Re: Form not working

    The php code is not visible to us. So, if you like, post here the php script that you have used.
    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
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,390

    Default Re: Form help required

    moving to forms forum.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  4. #4
    paulbarl is offline Corporal
    Join Date
    Dec 2006
    Location
    Bedford UK
    Posts
    12

    Default Re: Form help required

    Hi,

    Thanks for the reply, not using anything to difficult just the code metioned in the tutorial, wondered if it had anything to do with the file attachment box but tried it without and still doesn't come through.



    <?PHP
    $email = $HTTP_POST_VARS[email];
    $mailto = "info@engineershire.com";
    $mailsubj = "Register new Jobseeker";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    ?>

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

    Default Re: Form help required

    This script is not suitable for uploading (attaching) files. Look at the appropriate thread for that: How to upload a file using a form

    Anyway, your script seems correct, so i suppose it is either an email issue, or you have not implemented the script in your action.php page correctly.
    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!


  6. #6
    tarsem_uppal is offline Private
    Join Date
    Dec 2006
    Posts
    2

    Default Re: Form help required

    hi!
    want to builld my new website
    m totally puzzled
    give me help
    i have web space but don able build it.

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

    Default Re: Form help required

    Your best move is to watch the tutorials about BlueVoda here: http://www.vodahost.com/tut_bluevoda.htm
    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!


  8. #8
    paulbarl is offline Corporal
    Join Date
    Dec 2006
    Location
    Bedford UK
    Posts
    12

    Default Re: Form help required

    Hi,

    Many thanks for your reply Naval have managed to salvage my backend database now so won't be needing it. If you do php mods at all drop me a line as the look and feel of the backend needs to be as the static pages and although I have done the basics the rest is over my head (also need a few other bits doing to it

    Paul

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

    Default Re: Form help required

    You can contact me directly by emailing me at info+navaldesign.it . Replace + with @
    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!


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