Form is not sending information

i have defined a new form in the add.php module this is what I added starting on line 473 of add.php notes is not being displayed in the text box. if you look at add.php all other fields are being displayed and they are select in listing_requests. also the changes in the textbox not being updated added in the acttionadd
any help would be appreciated.

Thanks Larry

if ($_REQUEST[“is_admin”]==“true”) {
print <<<EOD

<form method = "get" target = "_blank"
"Please enter your notes here on the request Listing"
EOD; }

actionadd.txt (24.9 KB)

another file


listings_requests.txt (16.2 KB)

add.txt (32.1 KB)

Why are you placing a text input inside of a text area?

I would suggest learning HTML/CSS better before tackling a server side language like PHP. It’ll save you time and effort (which usually also means $$$) in the long run.

Sponsor our Newsletter | Privacy Policy | Terms of Service