Please Help with this

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
When i auto fill the data in the fields given on the following page. all goes okay but when i add password, it does not show until i click the field manually. Please help how can i make it work. my template does not move forward from password field.

https://posterous.com/
 

shade

Client
Joined
Nov 19, 2010
Messages
580
Reaction score
346
Points
63
When i auto fill the data in the fields given on the following page. all goes okay but when i add password, it does not show until i click the field manually. Please help how can i make it work. my template does not move forward from password field.

https://posterous.com/
At first you should turn off JavaScript before navigate to this site.
PHP:
instance.UseJavaScripts = false;
And turn on JavaScript before will be pressed "Sign Up".
PHP:
instance.UseJavaScripts = true;
 

Attachments

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
thanks for the help. actually i am not a coder myself and only use project maker to help me with some automation. can anyone help me on this situation in project maker.
 

Hungry Bulldozer

Moderator
Joined
Jan 12, 2011
Messages
3,441
Reaction score
837
Points
113
thanks for the help. actually i am not a coder myself and only use project maker to help me with some automation. can anyone help me on this situation in project maker.
The same there.
1. turn off JS (set->web browser->use scripts->false)
2. fill the fields
3. turn on JS (set->web browser->use scripts->true)
4.click button
 

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
thanks for the help. the password field still does not work until i click it manually. turned off the scripts but did not work for this site.
 

Hungry Bulldozer

Moderator
Joined
Jan 12, 2011
Messages
3,441
Reaction score
837
Points
113

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
thanks a lot. i have one more question though. http://multiply.com/user/join seems like this captcha is sliced into different images. i was unable to pick this one in project maker. any help how can we capture this complete captcha.
 

Hungry Bulldozer

Moderator
Joined
Jan 12, 2011
Messages
3,441
Reaction score
837
Points
113
there are two ways:
1. use stick to captcha for each additional image
2. open tree of elements tab and mark iframe which contains all images as captcha (template I made is this way)
View attachment multiply.xml
 
  • Thank you
Reactions: MarkOder

schooly

Новичок
Joined
Aug 5, 2011
Messages
10
Reaction score
3
Points
0
Thanks Shade and Hungry Bulldozer for these helpful templates. It helps a lot.
 

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
just Pmed u regarding posterous issues. please check
 

Hungry Bulldozer

Moderator
Joined
Jan 12, 2011
Messages
3,441
Reaction score
837
Points
113
just replied:-)
 

tas26

Client
Joined
Aug 5, 2011
Messages
22
Reaction score
0
Points
0
ok got it sorted. found a new registration page and it works now.
 

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)