On 05/09/2012 11:39 AM, Octavian Rasnita wrote:



Hi,

I think you want something like:


<p style="text-align: left;"><strong>Select Factory:</strong><br><select
name="factory">
[% FOREACH some_value IN factory %]
<option value="[% some_value %]">[% some_value %]</option>
[% END %]
</select>

Octavian



Yeah, you're right. It didn't register at the time that I would need the [% %] tags for the value substitution. That's probably due to the rookie with TT that I am.

That works, thanks a lot.


--

Mark Haney
Software Developer/Consultant
AB Emblem
ma...@abemblem.com
Linux marius.homelinux 3.3.4-3.fc16.x86_64 GNU/Linux

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to