- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
97 lines
3.5 KiB
PHP
Executable File
97 lines
3.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Thrive Themes - https://thrivethemes.com
|
|
*
|
|
* @package TCB2.0
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Silence is golden
|
|
}
|
|
?>
|
|
<div id="tve-registration_form-component" class="tve-component" data-view="RegistrationForm">
|
|
<div class="dropdown-header" data-prop="docked">
|
|
<?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?>
|
|
<i></i>
|
|
</div>
|
|
<div class="dropdown-content">
|
|
<div class="tve-control" data-key="showLabels" data-view="Switch" data-label="<?php esc_attr_e( 'Show labels', 'thrive-cb' ); ?>"></div>
|
|
<hr>
|
|
<div class="tve-control pt-5" data-key="connectionType" style="display: none" data-view="ButtonGroup"></div>
|
|
<div class="connection-controls" data-connection="api">
|
|
<div class="tve-lg-connection">
|
|
<span><?php echo esc_html__( 'Send leads to', 'thrive-cb' ); ?></span>
|
|
<button class="tcb-right tve-button blue click tve-add-lg-connection" data-fn="addConnection">
|
|
<?php echo esc_html__( 'Add Connection', 'thrive-cb' ); ?>
|
|
</button>
|
|
</div>
|
|
<div class="no-api tve-control api-connections-list" data-view="ApiConnections"></div>
|
|
<hr class="mt-10">
|
|
<div class="control-grid">
|
|
<div class="label"><?php echo esc_html__( 'Form fields', 'thrive-cb' ); ?></div>
|
|
<div class="full">
|
|
<a class="tcb-right click tve-lg-add-field" data-fn="addLGField">
|
|
<i class="mr-5">
|
|
<?php tcb_icon( 'plus-regular' ); ?>
|
|
</i>
|
|
<?php echo esc_html__( 'Add new', 'thrive-cb' ); ?>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve-control" data-key="FieldsControl" data-initializer="getFieldsControl"></div>
|
|
|
|
<div class="tve-lg-hidden-fields">
|
|
<div class="control-grid">
|
|
<div class="label"><?php echo esc_html__( 'Hidden fields', 'thrive-cb' ); ?></div>
|
|
<div class="full" data-tooltip="<?php echo esc_html__( 'Hidden', 'thrive-cb' ); ?>" data-side="left">
|
|
<?php tcb_icon( 'eye-light-slash' ); ?>
|
|
</div>
|
|
</div>
|
|
<div class="tve-control" data-key="HiddenFieldsControl"></div>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div class="tve-lg-sp-content" data-view="SPContainer">
|
|
<div class="tve-lg-prevention">
|
|
<div class="tcb-label"><?php echo esc_html__( 'Spam Prevention', 'thrive-cb' ); ?>
|
|
<span class="click tve-cb-img-info" data-fn="openTooltip"><?php tcb_icon( 'info-circle-solid' ); ?></span>
|
|
</div>
|
|
<div class="control-grid ">
|
|
<div class="tve-control control-grid full-width" data-view="SPTools"></div>
|
|
<span class="lg-api-select-arrow lg-sp-tools-select-arrow select2-arrow"><?php tcb_icon('a_down'); ?></span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tve-api-dashboard">
|
|
<div></div>
|
|
<a class="tve-sp-redirect toggle-control mb-5" target="_blank" href="<?php echo esc_url( admin_url( 'admin.php?page=tve_dash_api_connect' ) ); ?>">
|
|
<span class="tve-sp-info-text"><?php echo esc_html__( 'Go to the API Dashboard', 'thrive-cb' ); ?></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="api-controls" class="mt-10">
|
|
<div class="no-api tve-advanced-controls">
|
|
<div class="dropdown-header" data-prop="advanced">
|
|
<span>
|
|
<?php echo esc_html__( 'Advanced', 'thrive-cb' ); ?>
|
|
</span>
|
|
</div>
|
|
<div class="dropdown-content pt-0">
|
|
<?php do_action( 'tcb_lead_generation_menu' ); ?>
|
|
<div class="tve-control" data-view="FormIdentifier"></div>
|
|
|
|
<div class="no-api tcb-text-center mt-5">
|
|
<button class="tve-button blue long click" data-fn="manage_error_messages">
|
|
<?php echo esc_html__( 'Edit error messages', 'thrive-cb' ); ?>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|