Title: multiple forms in one table output
Last modified: August 24, 2016

---

# multiple forms in one table output

 *  Resolved [fresh-x](https://wordpress.org/support/users/fresh-x/)
 * (@fresh-x)
 * [11 years ago](https://wordpress.org/support/topic/multiple-forms-in-one-table-output/)
 * hey,
 * i want the following workflow:
 * users can submit an order with contact form 7, i have a table to show users last
   orders. all works great until now. i’ve got an DB error with memory problem… 
   maybe because of the huge entry value in DB i use this code for the table
 * `[cfdb-table form="*" show="Submitted,payment,deliverydate,deliverytime,result,
   your-subject" filter="result!=null&&payment!=null&&Submitted Login=$user_login"
   class="order_style" header="true" limit="20"]`
 * problem is i got an error tried to allowcate memory… xxx bytes // can i use a
   different code instead of form=”*” (this reads all and makes the error i think)
   maybe something like form=”LAST_FORM_USER_HAS_SUBBMITTED”?? i only want to show
   user his subbmitted form in table and not all forms also from other city’s.
 * every user can order (submit a order form) in a different city, so i want a dynamic
   way instead of form=”city-a,city-b,city-c” and so on…
 * hope anybody understand 🙂 and maybe can help me, thx a lot
 * best regards
 * [https://wordpress.org/plugins/contact-form-7-to-database-extension/](https://wordpress.org/plugins/contact-form-7-to-database-extension/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Michael Simpson](https://wordpress.org/support/users/msimpson/)
 * (@msimpson)
 * [11 years ago](https://wordpress.org/support/topic/multiple-forms-in-one-table-output/#post-6075534)
 * add this to your short code and see if it helps with the memory error
 * `unbuffered="true"`
 *  Thread Starter [fresh-x](https://wordpress.org/support/users/fresh-x/)
 * (@fresh-x)
 * [11 years ago](https://wordpress.org/support/topic/multiple-forms-in-one-table-output/#post-6075537)
 * your are my hero 🙂 works great! thx so much for quick solution!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘multiple forms in one table output’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-to-database-extension_ffffff.
   svg)
 * [Contact Form DB](https://wordpress.org/plugins/contact-form-7-to-database-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-to-database-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/reviews/)

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)
 * [output](https://wordpress.org/support/topic-tag/output/)
 * [submitted](https://wordpress.org/support/topic-tag/submitted/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 2 replies
 * 2 participants
 * Last reply from: [fresh-x](https://wordpress.org/support/users/fresh-x/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/multiple-forms-in-one-table-output/#post-6075537)
 * Status: resolved