Help With Training Divi Contact Form In Scrapebox

SreWebSo

Junior Member
Joined
Aug 4, 2011
Messages
194
Reaction score
42
Hi I'm looking at adding the divi contact form in scrapebox to utilise the contact submitter. However I have tried to add a new .ini file to the Platforms folder as follows but the website still coming back as platform unknown. This is what I have in my ini file.

Code:
[setup]
FriendlyName=Divi Contact Form
Platform=Contact Form

LoadUrlFromAnchor=contact
PageMustContain=et_pb_contact
PageMustNotContain=

Footprint= '<form class="et_pb_contact_form'

Success=<div class="et-pb-contact-message"><p>
Failure=

Markup=HTML
UseBlackList=1
UseWhiteList=1

[STEP]
FormMustContain=et_pb_contact
FormMustNotContain=id="searchform"|class="searchform"
et_pb_contact_name_1=%rnd-name%
et_pb_contact_email_1=%rnd-email%
et_pb_contact_message=%rnd-comment%
et_pb_contact_captcha_question=%captcha%
submit=%ignore%
 
Back
Top