Skip to content

[88224] A simple static website designed for efficient data collection, seamlessly integrated with Google Forms to streamline information gathering.

License

Notifications You must be signed in to change notification settings

haolamnm/magnolia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💮 Magnolia

Screenshot of the homepage

First of all, this is a website that I made for a charity project called 88224. The project is a website that helps my teammate to fill in the Google Form faster with a good looking design that match the main theme of the entire campaign. The website is made with the most basic things like HTML, CSS, and JavaScript, and it's hosted on GitHub Pages.

Getting Started

1. Online access:

You can access the website at https://haolamnm.is-a.dev/magnolia/. Feel free to input any information you want, the project has ended and for now it's just a dummy form. You can also use the web development tools to inspect the website and see how it works.

2. Local setup:

  1. Folk the repository.

  2. Clone the repository to your local computer.

git clone https://github.com/haolamnm/magnolia.git

Technical Stack

  1. HTML: The structure of the website is built using HTML.
  2. CSS: The styling and animation of the website is done using CSS.
  3. JavaScript: Some helper functions.

For Developers

This is quite easy to do, but it take me some time to google and figure out how to do it. So I think it's good to share a little bit about how to make a website that can submit data to Google Form.

1. Form tag

<form action="your-google-form-response-url" method="post">
  • action: Make sure the URL is the response link of your Google Form. You can find it by going to your Google Form, click on the three dots on the top right corner, and select "Get pre-filled link". Fill in the form and click "Submit". Then you will be redirected to the response link.

  • method: Set it to post.

Input tag

<input type="text" name="entry.key">
  • name="entry.key": This is the key to submit the data to the Google Form. You can find it by inspecting the form fields of your Google Form. Right-click on the form field and select "Inspect" or "Inspect Element". Ctrl + F to search for the name attribute. Update the entry.key with the name attribute of the form field.

NOTE: Your entry key should look like this: entry.636287609.

Button tag

Finally, don't forget to add a submit button to finish the form.

<button type="submit">Submit</button>

That's it! For more details, feel free to contact me. I'm happy to help you as much as I can. 🌟

Email: haolamnm.work@gmail.com.

GitHub: @haolamnm.

LinkedIn: @haolamnm.


About

[88224] A simple static website designed for efficient data collection, seamlessly integrated with Google Forms to streamline information gathering.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published