Programming script that will auto input leads, Name, Phone#, & email address in capture page. Can

by BillM
7 replies
Programming script that will auto input leads, Name, Phone#, & email address in capture page.


Can anyone help me with this? I am sure it is out there, just need a warrior to help. I will pay if one can help.

Bill
#address #auto #capture #email #input #leads #page #phone# #programming #script
  • Its easy to have a form on a page to capture those details, but if you are asking for the visitors browser to insert those for you via a script you create it won't work.

    Because you are effectively overiding or trying to overide the visitors computer and access their information and security measures within all browsers will stop your script.

    Google toolbar does this though.
    Signature
    {{ DiscussionBoard.errors[3015734].message }}
    • Profile picture of the author BillM
      Originally Posted by Internet_Corporation View Post

      Its easy to have a form on a page to capture those details, but if you are asking for the visitors browser to insert those for you via a script you create it won't work.

      Because you are effectively overiding or trying to overide the visitors computer and access their information and security measures within all browsers will stop your script.

      Google toolbar does this though.

      That is not what I am asking for.... I have the leads, I need a script to inut them one by one in my capture page
      {{ DiscussionBoard.errors[3017544].message }}
      • Originally Posted by BillM View Post

        That is not what I am asking for.... I have the leads, I need a script to inut them one by one in my capture page
        Presumably this is just to add to your autoresponder, so why not just upload via your admin panel?

        Or are you trying to do what spammers do?
        Signature
        {{ DiscussionBoard.errors[3018961].message }}
  • Profile picture of the author Thomas Michal
    "Imacro" plugin for firefox there are some other free imacro plugins too I forget their names though
    {{ DiscussionBoard.errors[3016281].message }}
  • Profile picture of the author BillM
    Originally Posted by Ken Rogers View Post

    Set up a macro to do it, you can search online for macro programs. Basically you do it once and record it and then you can set the program to do it over and over again.

    thanks, so it will take a list of leads and refresh and add new data?
    {{ DiscussionBoard.errors[3017571].message }}
  • Profile picture of the author funkdoctor
    Originally Posted by BillM View Post

    Programming script that will auto input leads, Name, Phone#, & email address in capture page.


    Can anyone help me with this? I am sure it is out there, just need a warrior to help. I will pay if one can help.

    Bill
    I feel like most autoresponders have an import option. Unless this is a list of leads thats constantly being added to?

    I don't wanna be a dick but adding your using via automating their info into a capture page without their permissions could cause you trouble with SPAM laws and/or your autoresponder service (as I'm sure they'd notice it, especially if you had even 1 complaint).

    As for how to automate it though.. look at the fields that are sent in when they opt in. Basically, it sends the data through those fields in a way such as
    myautoresponder.com/addpeople.php?name=Dude&email=guy98401@aol.com&pho ne=5551234567&listid=9841241

    I obviously just made that up, but it would be something along those lines, and by making your script go to those pages they'd be added.

    ..If that makes any sense

    The Funk Doctor
    Signature
    If you have a problem you can't solve, feel free to contact me.
    {{ DiscussionBoard.errors[3019029].message }}

Trending Topics