Dynamic Post variables, how to find and use?
Hello,
I am trying out an engine to post to, but they are using a dynamic post field, that needs to be emptied before posting.
<div class="sex"><input type="text" value="shemale" name="sex_1384170655" placeholder="Enter your sex">
that field will need to become blank. so how do I instruct SER to: 1. identify the field, extract and post an empty string to it?
it is emptied by js on submit.
$('.sex input').val("");
Comments
sex*=%empty%