i have a pulldown in my page
name value
english en
deutsch de
espaniola es
but the result is something like this
Code: Select all
<form id="m3moduleform-1" name="m3moduleform-1" method="post" action="index.php" enctype="multipart/form-data">
...
<div class="languageform"><select name="m3_7"><option value="" selected="selected"> </option><option value="1">deutsch</option><option value="2">english</option><option value="3">espaniola</option></select>
<input name="m3submit" value=">>" type="submit" class="fbsubmit" />
...
</form>
1. how can i handel this problem?
2. how can i change the method of the form to get?
thanks