__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace ElementorPro\Modules\Forms\Actions;
use ElementorPro\Modules\Forms\Classes\Action_Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class CF7DB extends Action_Base {
public function get_name() {
return 'cf7db';
}
public function get_label() {
return 'Contact Form to Database';
}
public function register_settings_section( $widget ) {}
public function on_export( $element ) {}
public function run( $record, $ajax_handler ) {
$data = (object) [
'title' => $record->get_form_settings( 'form_name' ),
'posted_data' => $record->get_formatted_data( true ),
];
// Call hook to submit data
do_action_ref_array( 'cfdb_submit', [ $data ] );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| activecampaign.php | File | 9.26 KB | 0640 |
|
| activity-log.php | File | 972 B | 0640 |
|
| cf7db.php | File | 713 B | 0640 |
|
| convertkit.php | File | 7.32 KB | 0640 |
|
| discord.php | File | 5.85 KB | 0640 |
|
| drip.php | File | 8.8 KB | 0640 |
|
| email.php | File | 13.7 KB | 0640 |
|
| email2.php | File | 1.03 KB | 0640 |
|
| getresponse.php | File | 8.79 KB | 0640 |
|
| mailchimp.php | File | 12.92 KB | 0640 |
|
| mailerlite.php | File | 7.94 KB | 0640 |
|
| mailpoet.php | File | 2.91 KB | 0640 |
|
| mailpoet3.php | File | 3.49 KB | 0640 |
|
| redirect.php | File | 1.79 KB | 0640 |
|
| slack.php | File | 6.07 KB | 0640 |
|
| webhook.php | File | 3.12 KB | 0640 |
|