Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!