Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/lead-generation/field-name-tooltip.phtml
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- 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>
2025-11-03 21:04:30 -06:00

9 lines
610 B
PHTML
Executable File

<div class="control-grid full-width pb-0">
<p class="mb-10 mt-0">
<?php echo __( 'You can optionally add a field name to help you identify what the field is for. This can be useful if you have multiple fields and you\'re sending the collected data via email. The field name that you\'ve set would show in the email as opposed to something generic like "Text 1".', 'thrive-cb' ) ?>
</p>
<p class="m-0">
<?php echo __( 'Field names are optional, don\'t affect the submission of data to autoresponders and are entirely for your benefit as a user.', 'thrive-cb' ); ?>
</p>
</div>