On 25 sep, 20:15, mdipierro <[email protected]> wrote: > should be > > <form> > <input type="hidden" name="id" value="" /> > </form> > > Massimo
Thank Massimo,
Works halfway. In fact should be kept id = "id"
<form>
<input type="hidden" id="id" name="id" value="" />
</form>
Jose

