CFF KB - Carrz-Fox-Fire Promotions Knowledge Base

CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.
  • Breadrumbs:
  • Form will not pass Field Values

  • CFF Knowledge Base - Share With Facebook CFF Knowledge Base - Share on Twitter CFF Knowledge Base - Share on Reddit CFF Knowledge Base - Share on Digg It CFF Knowledge Base - Share on Stumble Upon It CFF Knowledge Base - Share on Delicious
    Share With Friends (Updated 6-8-2010)
  • Article ID:
    4
  • Date Created
    Sunday, September 26, 2010
  • Last Updated
    Wednesday, November 17, 2010
  • This Article Has been Viewed
    1522 times
  • Short Desc
    Form will not pass the values that are intered in its fields.
  • Details
    When creating the Form Fields, the name properties was not set correctly.
  • Recreate Issue
    This is your <form> <textarea>
    <textarea name"myarea" cols="45" rows="5"></textarea>

    Looking at the form element you will notice that it is missing the = between the name and the "myarea".
  • Resolve Issue
    To fix this issue, make sure that you have the = (Equal) sign placed right after the name.

    <textarea name="myarea" cols="45" rows="5"></textarea>
undefined