I have a STATUS field on my GeoForm. I have set the defaultValue to 'Pending' and the visible to false. The points I create have a STATUS of null. I need the points to have a STATUS of 'Pending' like the defaultValue says. If I set visible to true then the user can change the STATUS which I do not want. Why does the visible setting basically nullify the fields value?