Need Some Help With PHP - Joomla! Forum - community, help and support


i'm not sure if i'm posting in right place, i'm sorry that. anyways, don't know php, i'm having trouble something. i'm trying modify form:

image

i want add name text area right above submit button name, street, city, state, etc. here code text area (called "message"):

code: select all

   // message
   if ( !empty( $dfcontact["field"]["message"]["display"] ) ) {
      echo "<tr>\n";
      echo "<td colspan=\"2\" valign=\"top\"><textarea name=\"message\" class=\"inputbox\" cols=\"40\" rows=\"5\">" . ( !empty(

$_request["message"] ) ? htmlentities( stripslashes( $_request["message"] ) ) : "" ) . "</textarea>" . ( !empty(

$dfcontact["field"]["message"]["duty"] ) ? "*" : "") . "</td>\n";
      echo "</tr>\n";
   }


where , how add name?

thanks!

can please me this?

edit: nevermind, got it.





Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support