Jump to content

How to add a text area to this..?


justAnoob

Recommended Posts

I want to add a text area to this so when an Administrator of the site clicks the refusal button, they will be able to type in a reason for the refusal.

 

<?php
echo '<a href="adminDeleteGoodie.php?delete_id=' . $delete_s_find . '" onClick="return confirm(\'Are you sure you want to delete ' . $makesure_s . ' from the Goodies Approval List? If so, please leave a reason for the upload being denied.   NEED A TEXT AREA RIGHT HERE    \');"><img src="images_new/remove.jpg" border="0" /></a>';
?>

Link to comment
https://forums.phpfreaks.com/topic/247856-how-to-add-a-text-area-to-this/
Share on other sites

not that simple, you can add a text area there, but then you'll need to change the javascript function to grab the text, send it to php, and change the php function to include that text into a database and send it to the user (by email ?)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.