-
Notifications
You must be signed in to change notification settings - Fork 606
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
Used required attribute in the input fields of Newsletter form #655
Conversation
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Contributors' Welcome Guide and sure to join the community Slack. |
✔️ Deploy Preview for mesheryio-preview ready! 🔨 Explore the source changes: 189d294 🔍 Inspect the deploy log: https://app.netlify.com/sites/mesheryio-preview/deploys/61d7597b88ded600082f68a2 😎 Browse the preview: https://deploy-preview-655--mesheryio-preview.netlify.app |
@MukulKolpe not working |
@MukulKolpe you can check layer5io/getnighthawk#234 for reference |
@MukulKolpe it is still redirecting. |
yes...I'm trying to figure out the reason. Do you see any obvious issues in the code? |
@YashKamboj It should work now... |
@MukulKolpe It is working but the css is changed |
Signed-off-by: Mukul Kolpe <[email protected]>
@YashKamboj can you please review this... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, Thank you @MukulKolpe
Thanks for your contribution to the Layer5 community! 🎉
|
Thank you @YashKamboj and @warunicorn19 ⚡ |
Description
This PR fixes #653
Notes for Reviewers
Used required attribute in the input fields of Newsletter form so that form should not proceed without all required inputs.
Signed commits