Change field value when form is submitted
I have a custom form that is working great and creates a new project when submitted. I'd like to track all projects that were created upon the form submission. I created a custom dropdown field called input_method. One of the values is the form. How can I change that field value to select the form every time someone submits the request? Is this possible?