oops. forgot to disable html.
Hi guys,
How do I use this to submit a web form with multiple fields?
What I'm trying to find out how I transpose this format :
.... into this line :
Let>PostData=email=[email protected]&name=Joe Bloggs
help with PostData please
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Your form fields are called test1, test2 and test3, so:
Let>postdata=test1=whatever&test2=whatever&test3=whatever
Find the URL......
Let>postdata=test1=whatever&test2=whatever&test3=whatever
Find the URL......
MJT Net Support
[email protected]
[email protected]
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am