Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes/plans #42

Open
atherdon opened this issue Jan 11, 2021 · 1 comment
Open

fixes/plans #42

atherdon opened this issue Jan 11, 2021 · 1 comment

Comments

@atherdon
Copy link
Collaborator

atherdon commented Jan 11, 2021

  1. We should change the name of our form fields.
  2. We should add an API call to our own SendGrid HTML / HN core systems. [we'll do the first part]
  3. We should test to GDPR thing
  4. we should create serverless react form for our pages. [for the future]
  5. update copy, remove [] in links labels
  6. Add SEO meta tags

xxx


1. We should change the name of our form fields.

2. We should add an API call to our own SendGrid HTML

для этого нам нужно утянуть скрытые поля из дефотлной формы
Плюс поидее инпут HP тоже нужен, скорее всего это типа антиспам защита... посмотреть можно тут

<form action="https://www.noonifications.tech/subscribe" method="POST" accept-charset="utf-8">
	<label for="name">Name</label><br/>
	<input type="text" name="name" id="name"/>
	<br/>
	<label for="email">Email</label><br/>
	<input type="email" name="email" id="email"/><br/><div style="display:none;">
	<label for="hp">HP</label><br/>
	<input type="text" name="hp" id="hp"/>
	</div>
	<input type="hidden" name="list" value="OMTKMVEF3BfWHMve4EY8925g"/>
	<input type="hidden" name="subform" value="yes"/>
	<input type="submit" name="submit" id="submit"/>
</form>

5. update copy, remove [] in links labels

6. Add SEO meta tags

title: "Thematic Newsletter - Hackernoon"

"SUBSCRIBE to the handwritten (not really) curated, industry-thematic love letters, ft. opinions and commentary from our team of real human editors."

у этого дядьки нормально мета тегов добавлено - https://www.ben-evans.com/newsletter/ попробуем потом вдохновится.



пример того, как gdpr выглядел на дефолтной форме
image


https://www.noonifications.tech/subscription?f=j28EnWyH9wGZARER2Y82w892763gedWHJ7qKt9VtTZwnDd892q5WQIZ9n8926fMrN7TxYfr0

@F1reMonster
Copy link
Contributor

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants