/t5/coldfusion-discussions/dynamic-table/td-p/854115Dec 01, 2008
Dec 01, 2008
Copy link to clipboard
Copied
I have 10 rows compose of 3 textbox each. Then when press
submit it will go to a page so that it will be sent thru email in
table form. My problem is in my 10 rows if only 5 rows have data
the other remaining rows is still included in the table and it
produce a blank space. How will I put the rows in a table who only
have data in them?
/t5/coldfusion-discussions/dynamic-table/m-p/854116#M78748Dec 01, 2008
Dec 01, 2008
Copy link to clipboard
Copied
WIth out seeing what you are doing because you have not
provided a sample of the code, I can only suggest that you might
want to use a cfif contidition, that is you look at the field if it
is empty do not supply it. Remember text boxes have a on off state.
So if you look for that condition that should solve the riddle.
Again using :