i have made a form where users can ask a question about a spacific item (the item has its own website) and i have managed to get the item number/productd id in the form but does anyone know how i would be able to make it so that the user cant change it
as this will be posted to a database so we can reply to the users question about the product/item .... i will post the form below ... any help will be much appriciated thankyou
<form name="questionform" method="post" action="question_sent.php">
<table width="450px">
</tr>
<tr><td valign="top"><label for="property_id">Property ID *</label> </td><td valign="top"><input type="text" value="8887464" name="property_id" maxlength="50" size="20"></td></tr>
the value in green is what i wish to be kept and not be able to be changed by the user
thankyou in advance