mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-10 18:07:32 +00:00
website: fix livestream form (#7469)
* website: fix livestream form * target --------- Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
co-authored by
Evgeny @ SimpleX Chat
parent
dcef344bab
commit
c9a0f62d38
@@ -94,8 +94,9 @@ templateEngineOverride: njk
|
||||
<h2 id="register-title">Register for event updates and Q&A</h2>
|
||||
<p>We will send you the updates about the event, and you will be able to ask any questions.</p>
|
||||
|
||||
<form action="https://chat.us2.list-manage.com/subscribe/post?u=ddd892b258ae36e5438e6d4e1&id=6f73f92ffa&f_id=006bf8e3f0" method="post" target="_blank">
|
||||
<form action="https://chat.us2.list-manage.com/subscribe/post?u=ddd892b258ae36e5438e6d4e1&id=6f73f92ffa&f_id=001df8e3f0&legacy_form=1" method="post" target="_blank">
|
||||
<input type="email" name="EMAIL" placeholder="Enter your email address" aria-label="Email address" required>
|
||||
<input type="hidden" name="PAGE" value="livestream">
|
||||
<input type="hidden" name="SOURCE" value="livestream_page">
|
||||
<span aria-hidden="true" class="bot-field">
|
||||
<input type="text" name="b_ddd892b258ae36e5438e6d4e1_6f73f92ffa" tabindex="-1" value="">
|
||||
|
||||
Reference in New Issue
Block a user