What's the best Firefox extension for auto-populating forms while testing?
Preferably one which allows you to not collect data from certain sites ... I only want to use it while testing.
...
Hi,
I theory seems to be the answer to the pre populated selectbox issue.
<cfselect name = "regions" query = "getRegions" selected="10" value="id" display="name" ></cfselect>
this is what it outouts
<option value="8">Dumfries & Galloway</option>
<option value="9">Dundee City</option>
<option value="10" selected="selected">East Ayr...