este es el form con el cual le preguntan al usuario :
Código PHP:
Ver original<form action="<?php echo $editFormAction; ?>" method="post" name="form1" id="form1">
<table width="" align="center">
<tr valign="baseline">
<td nowrap="nowrap" align="right">De:</td>
<td><input name="de" type="text" id="de" value="" size="32" /></td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right">Email:</td>
<td><input name="emails" type="text" id="emails" value="" size="32" /></td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right" valign="top">Mensaje:</td>
<td><textarea name="mensaje" cols="80" rows="5" id="mensaje"></textarea></td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right"> </td>
<td><input type="submit" value=" Hacer Pregunta " /></td>
</tr>
</table>
<input type="hidden" name="id_noticia" value="<?php echo $row_detallesdelclasificado['id_rubro']; ?>" />
<input type="hidden" name="id_user" value="<?php echo $row_usuario['id_user']; ?>" />
<input type="hidden" name="fecha" value="" />
<input type="hidden" name="para" value="<?php echo $row_detallesdelclasificado['id_user']; ?>" />
<input type="hidden" name="MM_insert" value="form1" />
</form>