Thank you very much for the suggestion!
But when i do that it looks different to the other <tr> lines.
It visually looks like this when put together in one <tr>:
S?rligt till?g:123
But when i have two <td> in the <tr> it its seperated in two columns like this: | S?rligt till?g | 123 |
I’ve done alot so the form looks very nice visually and putting them together under one <tr> will ruin that.
Im mainly looking for a php code that will eliminate the entire <tr> if the value [ST] is empty in the the form. Is that possible?