I'm working on an affiliate offer and there is a checkbox that I'd like to have checked automatically on the advertisers page. I've figured out how to pre-populate other fields via variables in the url (ie url.....&zip=22030). What I can't figure out is how to set the checkbox titled 'verify' to automatically be checked. I've tried &verify= 0, 1, on, checked but nothing seems to work. Is this possible to do?
The advertiser should be trying to get the CHECK value by using the GET function for this. Which is mostly unlikely. But since you have tried others to work you can try this. Go to source code. And see the value which is assigned to the verify checkbox. And then try to enter the same value. If it works good for you.
Thanks for trying -- unfortunately it is a no go. I'm guessing they didn't code it to check the URL for pre-filling that check box. Unfortunate.