ScrapeBox Forum
Custom Footprint and Posting Forms - Printable Version

+- ScrapeBox Forum (https://www.scrapeboxforum.com)
+-- Forum: ScrapeBox Main Discussion (https://www.scrapeboxforum.com/Forum-scrapebox-main-discussion)
+--- Forum: Scrapebox Footprints (https://www.scrapeboxforum.com/Forum-scrapebox-footprints)
+--- Thread: Custom Footprint and Posting Forms (/Thread-custom-footprint-and-posting-forms)



Custom Footprint and Posting Forms - battleship7 - 10-07-2018

So I created a custom platform configuration file to identify a form on gumtree.co.za. Its like a craigslist site. When I run the poster it is only able to identify the form but failing to post anything at all. Here is my code;

[setup]
FriendlyName=Gumtree Contact Form
Platform=Contact Form
 
PageMustContain=sending a copy
PageMustNotContain=
 
Footprint='Message' 'Name' 'Email' 'Phone' 'Login to enable sending a copy to your email'
 
Success=<form class="replyAd" data-attachment-size="2097152" data-gtm="npc|R2SEmailBegin" data-success-msg='Your message has been sent'>Your message has been sent</form>
Failure=required

Markup=HTML
UseBlackList=0
UseWhiteList=0
 
[STEP]
FormMustContain=class="replyAd"
FormMustNotContain=id="searchform"|class="searchform"
buyerName=%rnd-name%
email=%rnd-email%
replyMessage=%rnd-comment%
phoneNumber=%rnd-website%
machineId=%ignore%
rand=%ignore%
fileName=%ignore%
adId=%ignore%

Where could I be making a mistake?