Expand my Community achievements bar.

Pulling data into a table

Avatar

Level 1

Hi,Order Form.png

I attached the form that I am working on. I removed all company logos, etc...

So right now the functionality is that if a user enters a quantity the form will calculate the subtotal and the grand total. The next functionality that I want to include is if there is a quantity greater than 0 for a particular item I would like to pull the item number, description, quantity and subtotal down into the order form on the last page. Another part of this would be if someone removes a quantity I would like that removed from the table and every other row bleow it would move up. I am fairly new to Lfie Cycle designer so any coding tips, feedback or whatever would be very appreciated.

2 Replies

Avatar

Level 10

Hi,

That is a tricky enough place to start. Becuase the main pages are not in a table, you would need to reference objects individually. This will get very complicated, very quickly.

One option would be to have a single table with all of the selections. You can then have script to hide rows that do not have a selection/quantity on prePrint. See an example here: http://assure.ly/hw7lwM.

Hope that helps,

Niall