ScrapeBox Forum
Contact Form Posting Success Rate - Printable Version

+- ScrapeBox Forum (https://www.scrapeboxforum.com)
+-- Forum: ScrapeBox Main Discussion (https://www.scrapeboxforum.com/Forum-scrapebox-main-discussion)
+--- Forum: General ScrapeBox Talk (https://www.scrapeboxforum.com/Forum-general-scrapebox-talk)
+--- Thread: Contact Form Posting Success Rate (/Thread-contact-form-posting-success-rate)



Contact Form Posting Success Rate - tonymgarner - 09-27-2017

Hi

I am using the contact form poster quite a lot at the moment and from my previous thread, I am trying to get my posting success rate up.

I have analysed the fails from a few of my posts and it seems the rate is being "depressed" by one type of form - "wpcf7-form-control-wrap your-name".

So from the wordpress .ini file I can see that PageMustContain=wpcf7, which the HTML / URL does (see http://commercialcreditinvestments.com/contact-us/) it does.

Scrapebox has the same info/data to post to that the form as that type of form requires, from the .ini file - Footprint='Your Name (required)' 'Your Email (required)' 'Subject' 'Your Message' 'Powered by Wordpress' intitle:contact|"Your Name (required)" "Your Email (required)" "Subject" "Your Message" intitle:contact.

So to this point, I cannot see why this is a fail.  However, I then checked what constitutes success and the .ini file requires - Success=<div class="wpcf7-response-output wpcf7-mail-sent-ok" role="alert">Your message was sent successfully. Thanks.</div>|<DIV class="wpcf7-response-output wpcf7-mail-sent-ok">Your message was sent successfully. Thanks.</DIV>

I think this is where the issue lies, in that the form itself records wpcf7-response-output wpcf7-display-none as the response.

Now I am not an HTML/Wordpress expert but overall I seem to be getting a false negative on the post (I am not actually sure how I can check this?).

However, if I modify the .ini file to read as follows, Scrapebox that would show a success:  Success=<div class="wpcf7-response-output wpcf7-mail-sent-ok" role="alert">Your message was sent successfully. Thanks.</div>|<DIV class="wpcf7-response-output wpcf7-mail-sent-ok">Your message was sent successfully. Thanks.</DIV>|<div class="wpcf7-response-output wpcf7-display-none"></div>.

Have I read that correctly? Any advice gratefully received?


RE: Contact Form Posting Success Rate - loopline - 09-30-2017

from what I see on that page you need to add this to the success


Thank you for your message. It has been sent.


You can seperate it from the others with the pipe key its the |

just like the others that are in the ini.