Hi all,
i'm trying to link DHTML forms and table to make something like this the problem appear when i push the botton in the form, the number of row in the table increase by 1 but the cells of the table are all empty!
i'm going crazy to solve this problem, and i saw that also the DHTML forms and table here doesn't work anymore!
my code is:
i have a similar problem if i use page.uri instead of @clip, the difference is that i see in the uri the fields with their value but at the end of the uri i see again the fields with no value ( naturally i've clicked once on the button ) ...something like this: ?num=5555&titolo=5555&indirizzo=5555&num=&titolo=& indirizzo=Code:{{dhtml.form{inputs:[{label:"numero",field:"num"},{label:"Titolo",field:"titolo"},{label:"Indirizzo web",field:"indirizzo"}],button:"Anteprima", publish: @clip}}} {{dhtml.table{columns: [{field:'num',label:'Numero CD'},{field:'titolo',label:'Descrizione'},{field:'indirizzo',label:'Indirizzo WEB'}], subscribe: @clip}}}
instead of ?num=5555&titolo=5555&indirizzo=5555
can anyone help me?Code:{{dhtml.form{inputs:[{label:"numero",field:"num"},{label:"Titolo",field:"titolo"},{label:"Indirizzo web",field:"indirizzo"}],button:"Anteprima", publish: page.uri}}} {{__request.args.num}} -|- {{__request.args.titolo}} -|- {{__request.args.indirizzo}}


Reply With Quote

icon below this post to my reputation. Thanks!