revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
244 stars 49 forks source link

Validation message #36

Open ghost opened 4 years ago

ghost commented 4 years ago

When you hit submit and user has both fields blank, is it possible to show a message?

something like this?

image

adinjesuha commented 4 years ago

use Formik with Yup to handle values, very simple and bullet proof solution