• bs-webdevelopment

    (@best-services-webdevelopment)


    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!

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