form php code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • faisal evers
    Corporal

    • Apr 2008
    • 14

    form php code

    hi ,

    i'v got a problem i made a form but when i wanted to make the thank you page the php code im suppose to copy, and place my email there is not visable all i see is,
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>thank you</title>
    <meta name="GENERATOR" content="Created by BlueVoda">
    <script type="text/javascript">
    <!--
    function SwapImage()
    {
    var doc=document, args=arguments;
    doc.$imgSwaps = new Array();
    for(var i=2; i<args.length; i+=2)
    {
    var elem=FindObject(args[i]);
    if(elem)
    {
    doc.$imgSwaps[doc.$imgSwaps.length]=elem;
    elem.$src=elem.src;
    elem.src=args[i+1];
    }
    }
    }
    what do you advice me to do?
    thank you

    faisal
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: form php code

    You said it yourself: you need to copy and paste. Copy it from the Forms Tutorial, and Paste it in your page HTML !

    Go in the Tutorial, and look BELOW the video presentation for the code AND the instructions. It is stated in the very first line that you MUST look under the video presentation.
    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!

    Comment

    • faisal evers
      Corporal

      • Apr 2008
      • 14

      #3
      Re: form php code

      ok thank you very much

      Comment

      Working...
      X