jawnyh
Regular Member
- Dec 8, 2019
- 292
- 101
Hi everyone, I am currently building out a strategy that involves using ScrapeBox to post to websites contact forms with decent success.
However, I would like to maximize my submission success by building out more platforms that are currently identified as Unknown in the poster.
I have watched all of @loopline videos but I get stuck with more complex things.
For example, I build out a custom platform which correctly identifies the forms in the poster but more often than not those forms do not use accurate name attribution for the fields so that I am left with stuff like:
name=formfield[yxz123]
name=formfield[abc321]
name=formfield[123456]
these form fields seem to have completely random ids so the only way to post to them would be to use a wildcard such as formfield*=%rnd-name% , the problem is that if I use this multiple times to fill out all fields it will fail, either because it tries to fill out the first field multiple times and leave the rest or another logic problem.
Is it possible to pass on values to these fields based on another parameter such as placeholders or type of the fields or is it only possible to use the "name"=Value format?
Does anyone have an idea of how to make the platform post to such a form or is it simply not possible?
However, I would like to maximize my submission success by building out more platforms that are currently identified as Unknown in the poster.
I have watched all of @loopline videos but I get stuck with more complex things.
For example, I build out a custom platform which correctly identifies the forms in the poster but more often than not those forms do not use accurate name attribution for the fields so that I am left with stuff like:
name=formfield[yxz123]
name=formfield[abc321]
name=formfield[123456]
these form fields seem to have completely random ids so the only way to post to them would be to use a wildcard such as formfield*=%rnd-name% , the problem is that if I use this multiple times to fill out all fields it will fail, either because it tries to fill out the first field multiple times and leave the rest or another logic problem.
Is it possible to pass on values to these fields based on another parameter such as placeholders or type of the fields or is it only possible to use the "name"=Value format?
Does anyone have an idea of how to make the platform post to such a form or is it simply not possible?