Changeset 2556757
- Timestamp:
- 07/01/2021 06:45:01 AM (5 years ago)
- Location:
- codup-wp-freshsales/trunk
- Files:
-
- 5 edited
-
includes/class-codup-freshsales-cf.php (modified) (1 diff)
-
includes/class-codup-freshsales-ff.php (modified) (1 diff)
-
lib/codupads/scripts/adscript.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-freshsales-integration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codup-wp-freshsales/trunk/includes/class-codup-freshsales-cf.php
r2195380 r2556757 274 274 $fields_filter_cf = filter_input( INPUT_POST, 'wpcf7-freshsales', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY ); 275 275 $company_settings = array_map( 'sanitize_text_field', wp_unslash( $settings['company'] ) ); 276 $custom_settings = array_map( 'sanitize_text_field', wp_unslash( $settings['custom_field'] ) ); 276 277 $fields = array_map( 'sanitize_text_field', wp_unslash( $fields_filter_cf ) ); 277 278 $fields['company'] = $company_settings; 279 $fields['custom_field'] = $custom_settings; 278 280 $form_settings = apply_filters( 'cwpfs_form_settings', $fields, $form_id ); 279 281 return $form_settings; -
codup-wp-freshsales/trunk/includes/class-codup-freshsales-ff.php
r2195380 r2556757 122 122 $fields_filter_ff = filter_input( INPUT_POST, 'wpff-freshsales', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY ); 123 123 $company_settings = array_map( 'sanitize_text_field', wp_unslash( $settings['company'] ) ); 124 $custom_settings = array_map( 'sanitize_text_field', wp_unslash( $settings['custom_field'] ) ); 124 125 $fields = array_map( 'sanitize_text_field', wp_unslash( $fields_filter_ff ) ); 125 126 $fields['company'] = $company_settings; 127 $fields['custom_field'] = $custom_settings; 126 128 $form_settings = apply_filters( 'formidable_form_settings', $fields, $form_id ); 127 129 return $form_settings; -
codup-wp-freshsales/trunk/lib/codupads/scripts/adscript.js
r2218057 r2556757 2 2 $.ajax( 3 3 { 4 url: "http ://wpads.coduplabs.com/",4 url: "https://wpads.coduplabs.com/", 5 5 6 6 data: { -
codup-wp-freshsales/trunk/readme.txt
r2381633 r2556757 3 3 Tags: contact form 7, wordpress, freshsales, Gravity Form , Formidable Form 4 4 Requires at least: 4.4 5 Tested up to: 5. 5.15 Tested up to: 5.7.2 6 6 License: GPLv2 or later 7 7 … … 28 28 29 29 == Changelog == 30 31 1.3.2.3 32 Some Fields were not saving on cf7. 33 34 1.3.2.2 35 convert http to https on codup ads 36 set contact-us custom fields on form submission 30 37 31 38 1.3.2.1 -
codup-wp-freshsales/trunk/wp-freshsales-integration.php
r2381630 r2556757 11 11 * Plugin Name: WordPress to Freshsales Integration 12 12 * Description: Create Leads on formidable forms submission , contact form 7 submission and gravity forms submission. 13 * Version: 1.3.2. 213 * Version: 1.3.2.3 14 14 * Author: codup.io 15 15 * Author URI: http://codup.io/
Note: See TracChangeset
for help on using the changeset viewer.