Quote:
Originally Posted by catocom2
OK with the checkbox mod the line look like this in the "pm_newpm"
in stead of ...
look for....
PHP Code:
<input type="checkbox" name="receipt" id="cb_receipt" value="1" checked />
Request Read Receipt?
and change to...
PHP Code:
<input type="checkbox" name="receipt" id="cb_receipt" value="1" checked />
Request Read Receipt?
<input type="hidden" name="posthash" value="$posthash" />
right?
|
Yes, that's right. In fact you can add that bit of code anywhere inside the form tag... it doesn't have to be near the receipt or anything. I just added it there to group it with all the other hidden fields.