Title: Filter senseless fields
Last modified: February 20, 2017

---

# Filter senseless fields

 *  [bs-webdevelopment](https://wordpress.org/support/users/best-services-webdevelopment/)
 * (@best-services-webdevelopment)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/filter-senseless-fields/)
 * I have a contact form with a custom registered form tag ‘password’. After submission,
   the plain-text password should not be stored in the Flamingo data, this field
   can be simply ignored.
 * In the code there is already an implementation for skipping certain form tags.
   Is it possible to add a filter to the line below, so more form tags can be added?
 * `$fields_senseless = $contactform->scan_form_tags(array( 'type' => array( 'captchar','
   quiz', 'acceptance' ) ) );`
 * Actually, this should be modified in “contact-form-7/modules/flamingo.php”.
 * Thanks in advance!
    -  This topic was modified 9 years, 3 months ago by [bs-webdevelopment](https://wordpress.org/support/users/best-services-webdevelopment/).

The topic ‘Filter senseless fields’ is closed to new replies.

 * ![](https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977)
 * [Flamingo](https://wordpress.org/plugins/flamingo/)
 * [Support Threads](https://wordpress.org/support/plugin/flamingo/)
 * [Active Topics](https://wordpress.org/support/plugin/flamingo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamingo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamingo/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bs-webdevelopment](https://wordpress.org/support/users/best-services-webdevelopment/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/filter-senseless-fields/)
 * Status: not resolved