[web2py] Help with forms and dynamic values

2013-04-23 Thread Amirshk
Hi, I was wondering what would be the best approach for the following situation: I have a form that has some fixed input fields. In addition there are fields the use can add or remove dynamically. Is there a way to do this using form or custom form, or do I need to write all the code myself.

[web2py] How to create a list from a select query

2012-11-05 Thread Amirshk
I am trying to figure out how to convert a Set or Rows into a list and not a table. This is what I tried so far: `list_tags` was supposed to convert the list, but I can't figure this one out. def list_tags(id): tags = db(db.credit_transactions_tags.transaction_ref == id).s