On Jul 15, 8:07 pm, JB <[email protected]> wrote:
> I've tried unsuccessfully to submit my info through this
> app:http://gmaps-ws-console.appspot.com/
>
> In the source code, it looks like the country input tag isn't being
> built:
> <div class="row">
> <label class="lbl" for="loc">Country:</label>
> <div class="field">
>
> </div>
> </div>
I'm not sure what's going on, because I get this in the source code:
<div class="row">
<label class="lbl" for="loc">Country:</label>
<div class="field">
<select id="loc" name="loc">
<option value="af">Afghanistan</option>
...
and there's a select field with lots of country names. Even if you
don't choose anything you end up with Afghanistan.
Perhaps Thor will be able to suggest something. I don't see why a
<select> field should be removed: do you see a select field for
"Expected usage"?
<label class="lbl" for="expected-usage">Expected usage:</label>
<div class="field">
<select name="expected-usage" id="expected-usage">
<option value="0-1000"
>0 - 1,000</option>
<option value="1000-10000"
>1,000 - 10,000</option>
<option value="10000-100000"
>10,000 - 100,000</option>
<option value="gt100000"
>100,000+</option>
</select>
queries per day
</div>
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.