Track form click UTMs (#43)
This commit is contained in:
parent
66a5d4f3a4
commit
549506ab8f
|
@ -98,7 +98,7 @@
|
|||
</template>
|
||||
</open-form>
|
||||
<p v-if="!form.no_branding" class="text-center w-full mt-2">
|
||||
<a href="https://opnform.com"
|
||||
<a href="https://opnform.com?utm_source=form&utm_content=powered_by"
|
||||
class="text-gray-400 hover:text-gray-500 dark:text-gray-600 dark:hover:text-gray-500 cursor-pointer hover:underline text-xs"
|
||||
target="_blank"
|
||||
>Powered by <span class="font-semibold">OpnForm</span></a>
|
||||
|
@ -110,7 +110,7 @@
|
|||
{{ form.re_fill_button_text }}
|
||||
</open-form-button>
|
||||
<p v-if="!form.no_branding" class="mt-5">
|
||||
<a target="_parent" href="https://opnform.com/" class="text-nt-blue hover:underline">Create your form for free with OpnForm</a>
|
||||
<a target="_parent" href="https://opnform.com/?utm_source=form&utm_content=create_form_free" class="text-nt-blue hover:underline">Create your form for free with OpnForm</a>
|
||||
</p>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
Loading…
Reference in New Issue