PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

modify posted entry data before insert into database

  1. 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?

    Posted 14 years ago on Tuesday March 30, 2010 | Permalink
  2. Gosh diddly, never mind. I had a typo. I used == to assign the value and not just =.

    Works great otherwise.

    Posted 14 years ago on Tuesday March 30, 2010 | Permalink
  3. Well I manipulated the data via a custom plugin. It can be modified to manipulate any of the forms posted entry data before it is saved or emailed.

    http://forum.gravityhelp.com/topic/abbreviate-city-fields?replies=9#post-4368

    Posted 14 years ago on Tuesday March 30, 2010 | Permalink