Skip to content

Commit

Permalink
Update trial form URL to include utm query param tags (#8598)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Karve <vikram.karve@progress.com>
  • Loading branch information
vkarve-chef authored and kalroy committed Oct 8, 2024
1 parent 19a1918 commit ec288d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ <h2 id="license-lockout-label" class="title">Welcome to Chef Automate!</h2>
<table class="compact-table">
<tr>
<td class="compact-cell">
<a href="https://www.chef.io/license-generation-free-trial" target="_blank" rel="noopener">I don't have a
<a href="https://www.chef.io/license-generation-free-trial?utm_medium=product&utm_source=AutomateUI&utm_campaign=chf_trial_licensegeneration" target="_blank" rel="noopener">I don't have a
license</a>
<br><span class="regular-text">Generate a license key.</span>
</td>
<td class="compact-cell">
<a href="https://www.chef.io/license-generation-free-trial" target="_blank" rel="noopener">
<a href="https://www.chef.io/license-generation-free-trial?utm_medium=product&utm_source=AutomateUI&utm_campaign=chf_trial_licensegeneration" target="_blank" rel="noopener">
<chef-icon class="icon-right">chevron_right</chef-icon>
</a>
</td>
Expand Down

0 comments on commit ec288d8

Please sign in to comment.