|
@@ -41,7 +41,7 @@
|
|
|
<pre v-if="checked.length > 0"><form method="post" action="{{ settings['app.root_url'] }}/subscription/form" class="listmonk-form">
|
|
|
<div>
|
|
|
<h3>Subscribe</h3>
|
|
|
- <p><input type="text" name="email" placeholder="{{ $t('subscribers.email') }}" /></p>
|
|
|
+ <p><input type="email" name="email" required placeholder="{{ $t('subscribers.email') }}" /></p>
|
|
|
<p><input type="text" name="name" placeholder="{{ $t('public.subName') }}" /></p>
|
|
|
<template v-for="l in publicLists"><span v-if="l.uuid in selected" :key="l.id" :set="id = l.uuid.substr(0, 5)">
|
|
|
<p>
|