I wrote this simple code which takes in parameters from the database Caspio to create a simple table. I just want this table to remove all fields which are empty. Since email servers do not run javascript, what is the best way to hide the rows which are empty (the paramters such as @field:Facility is not filled out). Thanks!
I've also added the code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
tr:nth-child(even) {
background-color: #D3D3D3
}
</sty