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

83
Views
Auto fill form with the help of bookmarklets

I have two sites in which one has data and second has a user form. Daily basis we fill the form manually that form with reaching and watching that site. Is it possible to auto fill the form with the help bookmarklet programming?

I made the basic code to auto fill the form but how can i get the data from url.

javascript:(function()
{
    function f1(ele, val)
       {
         if(document.getElementById(ele) && ' ')
         {
          document.getElementById(ele).value = val;
         }
       }
     f1("first_name", "suraj");
     f1("last_name", "singh");
     f1("age", "20");
     f1("qualification", "12th");
        
})();

-further I want to get that data from other URL.

about 4 years ago · Juan Pablo Isaza
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!