Elliotte Harold wrote:
> However it strikes me as funny that I can't prefill a repeating form. e.g.
> 
> <div id="observation" repeat="template">
>   <label>Species:
>     <input type="text" name="species[observation].name"
>            data="http://www.example.com/values.html"/>
>   </label>
> </div>
> 

I could be wrong but you should be able to do this:
<div id="observation" repeat="template">
  <label>Species:
    <input type="text" name="species[observation].name"
           data="http://www.example.com/values[observation].html";>
  </label>
</div>

Which seems like it would work.
Jeff Cutsinger
begin:vcard
fn:Jeff Cutsinger
n:Cutsinger;Jeff
email;internet:[EMAIL PROTECTED]
tel;work:501-210-9362
tel;home:501-368-0749
x-mozilla-html:FALSE
version:2.1
end:vcard

Reply via email to