I am trying to modify/manipulate data entered into a form after it is submitted before it is posted to the database.
I tried to use gform_pre_submission and modified the $_POST data value but that doesn't seem to do the trick. Is there another method I can use?