MicrosoftStudentChapter / mlsctiet

The official website for Microsoft Learn Student Chapter, TIET
https://mlsctiet.com
16 stars 90 forks source link

Fixed the form redirect issue on sponsors page. #80

Closed MankiratSingh1315 closed 1 year ago

MankiratSingh1315 commented 1 year ago

Change the environment variable name on web hosting provider from API_KEY to REACT_APP_API_KEY to completely fix the issue.

77

netlify[bot] commented 1 year ago

Deploy Preview for mlsctiet ready!

Name Link
Latest commit 7324a9cc6c96f89521ff10585b668f5b712f6533
Latest deploy log https://app.netlify.com/sites/mlsctiet/deploys/647c3585e72e1100086a7ec2
Deploy Preview https://deploy-preview-80--mlsctiet.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

utkarsh-1905 commented 1 year ago

https://docs.web3forms.com/getting-started/customizations/redirection -> add redirect url in the form, and change the placeholder text to more professional one

MankiratSingh1315 commented 1 year ago

Instead of redirecting I have used states in react. When user submits the form, all the text fields goes empty and a form submitted successfully message appears on bottom as shown below. image

utkarsh-1905 commented 1 year ago

working