Uploaded image for project: 'Planet4'
  1. Planet4
  2. PLANET-7147

Form Builder: Enable integration with native export tool

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Should have
    • 2.106.0
    • None

    Description

      Summary

      In order to comply with any future personal data requests, we will enable by default the integration with the native WP export tool. This feature is provided already by default in Gravity Forms.

      Requirements

      • Enable the relevant feature under Form Settings > Personal Data by default.

      Resources

      Code example

      add_filter( 'gform_form_update_meta', function( $meta, $form_id, $meta_name ) {
      
          GFCommon::log_debug( current_filter() . ': filtering personal data settings.' );
      
          $meta['personalData']['retention']['policy'] = 'delete';
      
          return $meta;
      
      }, 10, 3 );
      

      Attachments

        Activity

          People

            oagbernd Osong Agberndifor
            nroussos Nikos Roussos
            Dan Tovbein Dan Tovbein
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: