add campaign tracking plugin
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user