<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Catalogue Shopping Review">
<p>Select a store:</p>
<p><select title="Select a store" name="retailer">
<option value="1">Argos</option>
<option value="2">Tesco Direct</option>
<option value="3">Woolworths</option>
</select></p>
<p>Enter a product code:</p>
<p><input title="Product code" name="productcode" format="*N" /></p>
<p>
<anchor>
Get reviews
<go href="reviews.php" method="post">
<postfield name="retailer" value="$retailer" />
<postfield name="productcode" value="$productcode" />
</go>
</anchor>
</p>
<p><small>Catalogue Shopping Review (c)2007 Goznet Systems. For full conditions of use please refer to <a href="http://www.csreview.co.uk">www.csreview.co.uk</a>.</small></p></card>
</wml>