Jump to content
UBot Underground

(Buy) Solve My Jquery And Ubot Problem


Recommended Posts

I am trying to build a bot that uploads contact forms. 

I want the bot to know whether or not the form has been successfully uploaded.

The following works in the chrome console:

 

submitted = "no"
$("form").submit(function(){
submitted ="yes"
});

 

When the form is submitted the global variable "submitted" will be set to "yes". 

 

For some reason this will not work in Ubot.

 

Please help. Happy to splash some cash. Very frustrated.  :angry:

 

I basically just want some Ubot codes that will tell me when a form has been submitted (forms are on different sites). 

Edited by nedhulton
Link to post
Share on other sites

Your a standard edition user right. Jquery doesn't handle manipulating form variables well without the UI Panel in Dev... for obvious reasons.  :rolleyes: 

 

Have u loaded jquery in the console?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...