Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
/*global kb_admin_form_params */ ( function ( $, window ) { /** * entryExportForm handles the export process. */ var entryExportForm = function ( $btn ) { this.$btn = $btn; this.$form = this.$btn.closest( '#kb-form-entries-form' ); this.xhr = false; // Initial state. this.$form.find( '.kadence-exporter-progress' ).val( 0 ); // Methods. this.processStep = this.processStep.bind( this ); // Events. $btn.on( 'click', { entryExportForm: this }, this.onSubmit ); }; /** * Handle export form submission. */ entryExportForm.prototype.onSubmit = function ( event ) { event.preventDefault(); var currentDate = new Date(), day = currentDate.getDate(), month = currentDate.getMonth() + 1, year = currentDate.getFullYear(), timestamp = currentDate.getTime(), filename = 'kb-entry-export-' + day + '-' + month + '-' + year + '-' + timestamp + '.csv'; event.data.entryExportForm.$form.addClass( 'kadence-exporter__exporting' ); event.data.entryExportForm.$form.find( '.kadence-exporter-progress' ).show(); event.data.entryExportForm.$form.find( '.kadence-exporter-progress' ).val( 0 ); event.data.entryExportForm.$btn.prop( 'disabled', true ); event.data.entryExportForm.processStep( 1, $( this ).serialize(), '', filename ); }; /** * Process the current export step. */ entryExportForm.prototype.processStep = function ( step, data, columns, filename ) { var $this = this, //selected_columns = $( '.kadence-entry-exporter-columns' ).val(), //export_meta = $( '#kadence-exporter-extra-meta:checked' ).length ? 1: 0, export_form_id = $( '#filter-by-form' ).val(); $.ajax( { type: 'POST', url: kb_admin_form_params.ajaxurl, data: { action: 'kadence_form_entries_export', step, columns, //selected_columns : selected_columns, //export_extra_meta : export_extra_meta, export_form_id, filename, security: kb_admin_form_params.wpnonce, }, dataType: 'json', success( response ) { if ( response.success ) { if ( 'done' === response.data.step ) { $this.$form.find( '.kadence-exporter-progress' ).val( response.data.percentage ); $this.$form.find( '.kadence-exporter-progress' ).hide(); window.location = response.data.url; setTimeout( function () { $this.$form.removeClass( 'kadence-exporter__exporting' ); $this.$btn.prop( 'disabled', false ); }, 2000 ); } else { $this.$form.find( '.kadence-exporter-progress' ).val( response.data.percentage ); $this.processStep( parseInt( response.data.step, 10 ), data, response.data.columns, filename ); } } }, } ).fail( function ( response ) { window.console.log( response ); } ); }; /** * Function to call entryExportForm on jquery selector. */ $.fn.kb_entry_export = function () { new entryExportForm( this ); return this; }; $( '#kb-export-csv-submit' ).kb_entry_export(); } )( jQuery, window );
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Do you have crypto and don’t just want to speculate, but actually multiply it? Then get ready to discover Nexo, the platform that transforms digital assets into real opportunities for financial growth.
Nexo isn’t just another centralized finance (CeFi) platform; it’s a digital asset wealth platform, designed to make your crypto not just sit, but work hard for you. Since 2018, with more than $11 billion in assets under management and presence in over 150 jurisdictions, Nexo is redefining how we experience and grow in the crypto world (nexo.com).
“At Nexo, we don’t just provide financial services, we’re building the future of digital capital. A platform where your crypto doesn’t sleep; instead, it drives your growth, liquidity, and financial freedom.”
| Nexo Solution | Real Benefit |
|---|---|
| Flexible / Fixed / Dual Earn | High yields with flexible or fixed strategies |
| Credit Line | Liquidity without selling your portfolio |
| Exchange & Futures | Advanced trading built into the platform |
| Nexo Card | Spend crypto in real life + earn cashback |
| Loyalty Program | Better rates, reduced fees, and VIP perks as your portfolio grows |
| Security & Support | Institutional-grade protection + 24/7 premium assistance |
With Nexo, crypto is no longer just an investment — it becomes a wealth lifestyle. Earn, borrow, trade, and spend seamlessly on a single platform designed for the future of finance.
“Make your crypto your global wealth engine . Unlock the future with Nexo.”