Static feedback page that submits to Web3Forms.
- General feedback:
https://feedback.uft1.com/ - Context-specific feedback:
https://feedback.uft1.com/?context=sunflower-land-digging-assistant
The page shows a neutral general-feedback state with no query string. When a context slug is present, the page switches into a dedicated context-specific mode and derives the visitor-facing label from that slug.
index.html: page + Web3Forms formabout/index.html: about page served at/about/styles.css: styling
Example slugs:
chat-widgetportfoliosunflower-land-digging-assistant
The page derives the visible label from the context slug automatically.
sunflower-land-digging-assistant becomes Sunflower Land digging assistant.
Host as a static site at feedback.uft1.com (any static hosting works):
- Put
index.htmlandstyles.cssat the site root. - Ensure
index.htmlis served as the default document.
Submissions POST to https://api.web3forms.com/submit using the embedded access_key.
- Use a single
contextquery parameter for the slug. - Example slugs:
chat-widget,portfolio,sunflower-land-digging-assistant. - The UI converts the slug to a readable label automatically.