add campaign tracking plugin

This commit is contained in:
Tony Volpe
2024-09-17 10:50:03 -04:00
parent b7c8882c8c
commit 8dd84d12e6
21 changed files with 1252 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
?>
<tr>
<td><?php echo $title;?></td>
<td>
<input data-datepicker type="date" id="<?php echo $field;?>" name="<?php echo $field;?>" value="<?php echo $value;?>">
</td>
</tr>