The proper code I come up with : {{{ for input_elem in form.elements("input[]"): if input_elem.attributes['_type']=='text': input_elem["_placeholder"] = YOURPLACEHOLDERTEXT }}}
Richard On Tue, Sep 11, 2012 at 4:08 PM, Richard Vézina <ml.richard.vez...@gmail.com > wrote: > input is a reserved word... > > Richard > > > On Fri, Aug 31, 2012 at 1:01 PM, Alec Taylor <alec.tayl...@gmail.com>wrote: > >> Perfect, thanks to you both :) >> >> -- >> >> >> >> > > --