GithubHelp home page GithubHelp logo

arshidkv12 / contact-form-cfdb7 Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 29.0 138 KB

Database addon for Contact Form 7 WordPress plugin. Save and manage Contact Form 7 messages.

Home Page: https://ciphercoin.com

License: GNU Affero General Public License v3.0

PHP 98.38% CSS 1.62%
contact-form-7 php wordpress wordpress-development wordpress-plugin

contact-form-cfdb7's People

Contributors

0x43434343 avatar arshidkv12 avatar chrisblakley avatar devidw avatar florianziegler avatar infinitumform avatar kurorido avatar pwkip avatar r33d3m33r avatar webmatpro avatar yasuoohya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

contact-form-cfdb7's Issues

Captcha Response

image

Is there anyway to not record the re-captcha response? Above is the image of my CSV

This is the Captcha we are using:
image

New hook doesn't seems to work

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

Date should be sorted on the database side otherwise sort isn't done across pagination.

When sorting by date it doesn't sort across pages but only the current page.

Example (probably shouldn't be used):

`$orderby = (isset($GET['orderby'])) ? str_replace('-', '', $_GET['orderby']) : 'form_date';
$order = (isset($GET['order'])) ? str_replace('-', '', $_GET['order']) : 'asc';

    if ( ! empty($search) ) {

       $results = $cfdb->get_results( "SELECT * FROM $table_name WHERE  form_value LIKE '%$search%' ORDER BY `$orderby` $order LIMIT $start,10", OBJECT );
    }else{

        $results = $cfdb->get_results( "SELECT * FROM $table_name WHERE form_post_id = $form_post_id ORDER BY `$orderby` $order LIMIT $start,10", OBJECT );
    }`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.