You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the site has a hacky implementation for subscribing new users to the newsletter. We use Constant Contact's free tier and have to destroy and rebuild the form during route changes in React Static which causes warnings / possible errors in the console.
It's probably best if we simply do some basic email validations on the client and submit the user provided email to a lambda function that registers that email (after final validation) to the proper Constant Contact list.
Obtain login from client for Constant Contact for this issue.
The text was updated successfully, but these errors were encountered:
Right now the site has a hacky implementation for subscribing new users to the newsletter. We use Constant Contact's free tier and have to destroy and rebuild the form during route changes in React Static which causes warnings / possible errors in the console.
It's probably best if we simply do some basic email validations on the client and submit the user provided email to a lambda function that registers that email (after final validation) to the proper Constant Contact list.
Obtain login from client for Constant Contact for this issue.
The text was updated successfully, but these errors were encountered: