1 | #LastName# (#Form.LastName#) and #Department# (#Form.Department#) in CFQUERY are inputs from Form in the HTML page. |
2 | #Form.LastName# and #Form.Department# in CFOUTPUT are inputs from Form in the HTML page. The default name for the Form is "Form". Inputs from different forms can be obtained by combining form name and input name as FormName.InputName. |
3 | #FitstName#, #LastName#, and #Phone# in CFOUTPUT are columns in table Employees. |