value in form is messing up my fields

Discussion in 'PHP' started by rainer, May 17, 2007.

  1. #1
    I do have a form on http://go-lanka.org/mail/1.html which shows the output defined in value in the fields.
    How can I get rid of this? (without getting rid of the output value?)
    any help highly appreciated

    thanks for looking
     
    rainer, May 17, 2007 IP
  2. gfreeman

    gfreeman Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's HTML not PHP.
     
    gfreeman, May 17, 2007 IP
  3. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #3
    just remove everything between "" for value property.

    from

    value="[output name='E-mail']"

    to

    value=""
     
    gibex, May 17, 2007 IP
  4. Mr D

    Mr D Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    or remove the whole value tag
     
    Mr D, May 17, 2007 IP
  5. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #5
    it's an attribute not a tag ......
     
    krakjoe, May 17, 2007 IP