He realizado varias pruebas, pero no funciona. Gracias
URL del sitio: Contenido solo visible a usuarios registrados
Hola,
Necesitaríamos revisar un captura de la configuración del formulario para verificar si existen errores.
https://guias.webempresa.com/preguntas-frecuentes/captura-de-pantalla/
Hola,
Tendrias que enviarnos capturas de configuración del plugin Contact Form 7 ya que visualizo mediante la captura que se esta siendo uso del mismo. El formulario veo que tiene como titulo Formulario de contacto 1
ESTO ES LO QUE ALLÍ APARECE, CUANDO INGRESO EN EDITAR
<?php
/*
Plugin Name: Contact Form 7
Plugin URI: http://contactform7.com/
Description: Just another contact form plugin. Simple but flexible.
Author: Takayuki Miyoshi
Author URI: http://ideasilo.wordpress.com/
Text Domain: contact-form-7
Domain Path: /languages/
Version: 4.4.2
*/
define( 'WPCF7_VERSION', '4.4.2' );
define( 'WPCF7_REQUIRED_WP_VERSION', '4.3' );
define( 'WPCF7_PLUGIN', __FILE__ );
define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( WPCF7_PLUGIN ) );
define( 'WPCF7_PLUGIN_NAME', trim( dirname( WPCF7_PLUGIN_BASENAME ), '/' ) );
define( 'WPCF7_PLUGIN_DIR', untrailingslashit( dirname( WPCF7_PLUGIN ) ) );
define( 'WPCF7_PLUGIN_MODULES_DIR', WPCF7_PLUGIN_DIR . '/modules' );
if ( ! defined( 'WPCF7_LOAD_JS' ) ) {
define( 'WPCF7_LOAD_JS', true );
}
if ( ! defined( 'WPCF7_LOAD_CSS' ) ) {
define( 'WPCF7_LOAD_CSS', true );
}
if ( ! defined( 'WPCF7_AUTOP' ) ) {
define( 'WPCF7_AUTOP', true );
}
if ( ! defined( 'WPCF7_USE_PIPE' ) ) {
define( 'WPCF7_USE_PIPE', true );
}
if ( ! defined( 'WPCF7_ADMIN_READ_CAPABILITY' ) ) {
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'edit_posts' );
}
if ( ! defined( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY' ) ) {
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'publish_pages' );
}
if ( ! defined( 'WPCF7_VERIFY_NONCE' ) ) {
define( 'WPCF7_VERIFY_NONCE', true );
}
if ( ! defined( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA' ) ) {
define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', false );
}
if ( ! defined( 'WPCF7_VALIDATE_CONFIGURATION' ) ) {
define( 'WPCF7_VALIDATE_CONFIGURATION', true );
}
// Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead.
define( 'WPCF7_PLUGIN_URL', untrailingslashit( plugins_url( '', WPCF7_PLUGIN ) ) );
require_once WPCF7_PLUGIN_DIR . '/settings.php';
Hola,
Necesitamos ver los campos, sobre todo las pestañas de configuración es por esto que te solicitamos las capturas.
Hola Victoria,
Revisa por favor el siguiente artículo por si te es de utilidad:
- Contact Form 7 en WordPress ¿cómo validar la configuración? - https://www.webempresa.com/blog/contact-form-7-en-wordpress-como-validar-la-configuracion.html
Asegúrate de usar una cuenta de correo del dominio y no cuentas externas de Gmail, Hotmail, etc.
Saludos
Gracias, creo que se hubiese sido mejor enviarme ese link al comienzo del problema. Gracias esta resuelto