Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

139
Vistas
Including a contact form in the Wordpress dashboard

I am currently setting up a WordPress dashboard for my clients and I am having some troubles getting the contact form to work in the Dashboard. It looks like the Dashboard cannot load the Javascript from the form.

I am using White Label CMS to have an Elementor page as the Welcome Dashboard page. I have included a WPForms form in this Elementor page.

I hope someone can help me with that!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can include any files you need to in the admin area by using the enqueue_admin hook.

add_action('admin_enqueue_scripts','load_any_scripts_you_want');
function load_any_scripts_you_want(){
    wp_register_script('your-js-handle','PATH TO YOUR FILE GOES HERE', false,'',true);
    wp_enqueue_script('your-js-handle');
}

Just add this to your functions.php file and add your path to the file.

You can change "your-js-handle" to anything you want.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda