Add subscribe to Google Mailing Lists buttons
Open
Nobody has claimed this yet.
is:enhancement
pri:normal
- Dominant language
- SCSS
- Stars
- 6
- Forks
- 14
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
<script type="text/javascript">
function msgbox() { alert("An Invatation to our Google Group has been sent to " + _gel("emailconf").value + ". You will have to confirm the email invitation to join and recieve future emails. You can opt out of our group at anytime using the Unsubscribe link in the email."); }
</script>
<form action="http://groups.google.com/group/YOUR GOOGLE GROUP NAME HERE/boxsubscribe" id="formconf" onsubmit="msgbox()">
Email: <input type=text name=email id="emailconf">
<input type="submit" value="Subscribe">
</form>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides an HTML/JavaScript subscription form but names no target file or page. Start by locating the website page and entry point for mailing-list links, then compare its rendered output with the requested Google Groups subscribe button. Done means the buttons appear and the subscription flow works as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100