Hello,<br><br>Does anyone know if I can have a zope.schema.field (Zope3) as a column value for zc.table table so I can have a input in this column ?<br><br>I have a ecommerce &quot;checkout&quot; table built with zc.table. I want to have a column &quot;quanitity&quot; but instead of a static value, I would like to have a textfield so the user could input the amount and update the value (final price). How could I implement it?<br>
<br>I&#39;m using zope.formlib to build the forms btw.<br><br>Thanks,<br><br>Marcelo.<br><br><br>