Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other dumb question on sending html form data

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33539
    blaine
    Member

    okay.. trying to send an html form for the first time in my php page. I copied some code somewhere and it worked… emails me the form results and all. Now… I want to include some plain text in the form when it’s sumbitted and emailed to me. If I use label tags, it puts the label on the page form, but that doesn’t get sent in the email to me.. even though it’s between the form and form tags.
    Any idea how I can send plain text in the form? My ultimate goal is to replace the plain text with a php variable, but I can’t get the plain text to send.
    ???

    Thanks.

    #83549
    Roxon
    Member

    You want the text inside the label tag to be sent to you, is that what you’re saying?

    #83551
    blaine
    Member

    yep!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.