amupedia2021 / amupedia-web

Source code of the website.
https://www.amupedia.site/
MIT License
158 stars 175 forks source link

ADD : formsubmit service #387

Closed dev-AshishRanjan closed 1 year ago

dev-AshishRanjan commented 1 year ago

Description

The contact form has been linked to formsubmit.co

Pull Request Checklist

Please make sure that your PR meets the following requirements:

Checklist

Please check all applicable boxes and provide any additional information if needed.

Screenshots - If Any (Optional)

Additional Notes(Optional)

The URL is incomplete, In pages->index.js , on line 76 use the desired email in place of {Enter Email} {Enter Email} to example@gmail.com

NOTE When you use formsubmit for the first time from a new domain, you have to give access to your email. Simply when you first submit the form, on the given email, a new mail will come asking for cinfirmation, that's it

Related Issues

closes #340

Reviewers

@AmanJain18

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ā†—ļøŽ

Name Status Preview Comments Updated (UTC)
project-amupedia āœ… Ready (Inspect) Visit Preview šŸ’¬ Add feedback Jun 6, 2023 7:36pm
github-actions[bot] commented 1 year ago

Thank you, @dev-AshishRanjan, for creating this pull request and contributing to GitHub-ReadMe! šŸ’—

Our review team will thoroughly review the pull request and will reach out to you soon! šŸ˜‡ Please make sure you have marked all the completed tasks as done. āœ… We appreciate your patience and contribution! šŸ˜€

AmanJain18 commented 1 year ago

@dev-AshishRanjan Which file is this pnpm-lock.yaml ?

dev-AshishRanjan commented 1 year ago

@dev-AshishRanjan Which file is this pnpn

It's the auto generated lock file for pnpm just like package-lock.json, when you run pnpm i In the second commit I tried to put it in .gitignore

It's not needed

dev-AshishRanjan commented 1 year ago

Should I delete that file, it's actually not required

AmanJain18 commented 1 year ago

@dev-AshishRanjan Ya delete it. if not needed

anmode commented 1 year ago

please resolve it!

6:52:20 AM: npm ERR! code EUNSUPPORTEDPROTOCOL
6:52:20 AM: npm ERR! Unsupported URL Type "link:": link:dummy.js
6:52:20 AM: npm ERR! A complete log of this run can be found in:
6:52:20 AM: npm ERR!     /opt/buildhome/.npm/_logs/2023-06-06T01_19_54_307Z-debug-0.log
6:52:20 AM: Error during npm install
6:52:20 AM: Build was terminated: dependency_installation script returned non-zero exit code: 1
6:52:21 AM: Failing build: Failed to install dependencies
6:52:21 AM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
dev-AshishRanjan commented 1 year ago

Hi @anmode , I didn't do any other code changes except for the index.js So I am not finding why the error is occuring.

So I created a new PR #392, where this error is not occuring. Maybe it was result of pnpm-lock

AmanJain18 commented 1 year ago

@dev-AshishRanjan Closing this pr then