[{"id":"7edcb80bd9be9214","type":"ui_template","z":"8aeac5104f2cecfe","group":"feabd600.f71b28","name":"","order":9,"width":"24","height":"6","format":"<html>\n<body></body>\n<h1>Heading</h1>\n<TABLE BORDER=\"1\">\n <TR>\n <TD>Name</TD>\n <TD ALIGN=\"left\"><INPUT TYPE=\"text\" SIZE=\"25\" NAME=\"fname\">\n </TD>\n </TR>\n <TR>\n <TD>Phone Number</TD>\n <TD ALIGN=\"left\"><INPUT TYPE=\"text\" SIZE=\"25\" NAME=\"phnnum\">\n </TD>\n </TR>\n <TR>\n <TD class = \"select\">Chose Vehicle \n </TD> \n <TD ALIGN=\"center\">\n <select> \n <option value=\"volvo\">Volvo</option>\n <option value=\"saab\">Saab</option>\n <option value=\"mercedes\">Mercedes</option>\n <option value=\"audi\">Audi</option>\n </select>\n </TD> \n</TR>\n<TR>\n<TD><INPUT TYPE=\"submit\" VALUE=\"Submit\"></TD>\n<TD><INPUT TYPE=\"reset\" VALUE=\"Clear\"></TD>\n</TR>\n</TABLE>\n\n</html>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":885,"y":975,"wires":[["d3630c6148dae849"]]},{"id":"21e71c60190faed9","type":"inject","z":"8aeac5104f2cecfe","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":735,"y":975,"wires":[["7edcb80bd9be9214"]]},{"id":"d3630c6148dae849","type":"debug","z":"8aeac5104f2cecfe","name":"debug 2604","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1055,"y":975,"wires":[]},{"id":"feabd600.f71b28","type":"ui_group","name":"Default","tab":"fb98fdb9.b193a","order":1,"disp":false,"width":"24","collapse":false},{"id":"fb98fdb9.b193a","type":"ui_tab","name":"Home","icon":"dashboard","order":14}]
I am trying to get a dropdown list inside a table cell. i somehow managed to get it with example in the forum,
however, i am unable to get the data out of the template node.
i searched but could not get exactly what i need to do to get the data that i input in the table out side of the template node.