still fighting with this

Here's my query for now, lots of fields to be added later, once this works!:
<cfquery name="addcontact" datasource="mydata" username="myuser" password="mypass">
INSERT INTO contacts (fname, lname, email, company, category, comments, address, city, state, country, zip, phone)
values('#FilterNull(form.fieldName, "NONE", "yes")#')
</cfquery>
Getting error:
Error Occurred While Processing Request
Error Diagnostic Information
Just in time compilation error
Invalid parser construct found on line 4 at position 22. ColdFusion was looking at the following text:
FilterNullInvalid expression format. The usual cause is an error in the expression structure.
The last successfully parsed CFML construct was a CFSCRIPT tag occupying document position (3:9) to (3:18).
The specific sequence of files included or processed is:
D:\inetpub\