Fix email field in generated form HTML. Closes #529.
This commit is contained in:
parent
ca51c48474
commit
0f896c1b6e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue