Matty,
Here is a sample flow with the text inputs, a form input and a template input so you can see the difference.
[{"id":"2061849f.d4a634","type":"debug","z":"fb39137e.04c6f","name":"","active":true,"console":"false","complete":"true","x":627,"y":191,"wires":[]},{"id":"f5e77642.b28b5","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"Height","group":"cd93ac2d.e3df68","order":2,"width":"2","height":"1","passthru":true,"mode":"text","delay":"0","topic":"","x":288,"y":142,"wires":[["2061849f.d4a634"]]},{"id":"27fe9594.2cdcaa","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"Width","group":"cd93ac2d.e3df68","order":3,"width":"2","height":"1","passthru":true,"mode":"text","delay":"0","topic":"","x":285,"y":193,"wires":[["2061849f.d4a634"]]},{"id":"d744ae75.c373","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"Length","group":"cd93ac2d.e3df68","order":4,"width":"2","height":"1","passthru":true,"mode":"text","delay":"0","topic":"","x":284,"y":241,"wires":[["2061849f.d4a634"]]},{"id":"c68bdb2f.9c5ef8","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"Potter ID","group":"cd93ac2d.e3df68","order":1,"width":"2","height":"1","passthru":false,"mode":"text","delay":"0","topic":"","x":298,"y":92,"wires":[["2061849f.d4a634"]]},{"id":"dc4e747d.26fc3","type":"debug","z":"fb39137e.04c6f","name":"","active":true,"console":"false","complete":"true","x":352,"y":354,"wires":[]},{"id":"b1fd91c.5d051f","type":"ui_form","z":"fb39137e.04c6f","name":"Firing Slips entry","label":"label","group":"5cc59946.ca757","order":1,"width":"12","height":"1","options":[{"label":"ID","value":"potter","type":"text","required":true},{"label":"Height","value":"height","type":"number","required":true},{"label":"Width","value":"width","type":"number","required":true},{"label":"Length","value":"length","type":"number","required":true}],"formValue":{"potter":"","height":"","width":"","length":""},"payload":"","topic":"","x":114,"y":354,"wires":[["dc4e747d.26fc3"]]},{"id":"8b7b9f7d.668c6","type":"comment","z":"fb39137e.04c6f","name":"Test 1: using text input fields","info":"","x":153,"y":44,"wires":[]},{"id":"56a5a8fe.e8747","type":"comment","z":"fb39137e.04c6f","name":"Test 2: using form","info":"","x":121,"y":296,"wires":[]},{"id":"1d762a68.70aff6","type":"comment","z":"fb39137e.04c6f","name":"Test 3: using a template form","info":"","x":154,"y":422,"wires":[]},{"id":"e46ee032.9a605","type":"template","z":"fb39137e.04c6f","name":"test","field":"payload","fieldType":"msg","format":"html","syntax":"plain","template":"<!DOCTYPE html>\n<html>\n<body>\n<form id=\"frm1\">\n First name: <input type=\"text\" name=\"fname\" value=\"Donald\"><br>\n Last name: <input type=\"text\" name=\"lname\" value=\"Duck\"><br><br>\n</form> \n\n<p>Click \"Try it\" to display the value of each element in the form.</p>\n\n<button onclick=\"myFunction()\">Try it</button>\n\n<p id=\"demo\"></p>\n\n\n<script>\nfunction myFunction() {\n var x = document.getElementById(\"frm1\");\n var text = \"\";\n var i;\n for (i = 0; i < x.length ;i++) {\n text += x.elements[i].value + \"<br>\";\n }\n document.getElementById(\"demo\").innerHTML = text;\n}\n</script>\n\n\n</body>\n</html>","x":265.26197052001953,"y":488,"wires":[["376260b2.2fdc"]]},{"id":"f2e2cfb4.80182","type":"inject","z":"fb39137e.04c6f","name":"","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":true,"x":98,"y":488.7142515182495,"wires":[["e46ee032.9a605"]]},{"id":"d0cce2cc.50f14","type":"debug","z":"fb39137e.04c6f","name":"","active":true,"console":"false","complete":"true","x":626,"y":487,"wires":[]},{"id":"376260b2.2fdc","type":"ui_template","z":"fb39137e.04c6f","group":"37a533ed.5f2a24","name":"manual form","order":5,"width":"6","height":"6","format":"<div ng-bind-html=\"msg.payload | trusted\">div here</div>","storeOutMessages":false,"fwdInMessages":false,"x":435,"y":487,"wires":[["d0cce2cc.50f14"]]},{"id":"cd93ac2d.e3df68","type":"ui_group","z":"","name":"Firing Slips","tab":"727b20bf.8f0ae","order":1,"disp":true,"width":"12"},{"id":"5cc59946.ca757","type":"ui_group","z":"","name":"Pottery Form","tab":"727b20bf.8f0ae","order":2,"disp":true,"width":"12"},{"id":"37a533ed.5f2a24","type":"ui_group","z":"","name":"Pottery Template Form","tab":"727b20bf.8f0ae","order":1,"disp":true,"width":"6"},{"id":"727b20bf.8f0ae","type":"ui_tab","z":"","name":"Pottery","icon":"dashboard","order":3}]