arshidkv12 / contact-form-cfdb7

Database addon for Contact Form 7 WordPress plugin. Save and manage Contact Form 7 messages.
https://ciphercoin.com
GNU Affero General Public License v3.0
13 stars 29 forks source link

New hook doesn't seems to work #17

Closed atoupet-toki closed 5 years ago

atoupet-toki commented 5 years ago

Describe the bug Tried to use the new hook cfdb7_before_save but the returned value doesn't seems to be used

To Reproduce Steps to reproduce the behavior:

  1. Create an hook that modify the content on the dataForm
  2. Submit the form
  3. Value registered is not the one that is modified

Expected behavior Excpected to save the modified value (by the hook)

Additional context Maybe also correct the SQL error syntax with accent characters <3

arshidkv12 commented 5 years ago

Please use cfdb7_before_save_data hook.