I have a webpage dedicated to upcoming events (for instance, an event page like ‘5493.html’). This webpage contains details including the event title. I’ve created a Google Docs form that connects to a spreadsheet for responses.
My problem is that I need to extract the event details from ‘5493.html’ and automatically fill the corresponding fields in my Google Docs form. Specifically, I want fields such as:
- Event Title: [should populate from the ‘5493.html’ page]
- Event Date: [should populate from the ‘5493.html’ page]
I want to share this form link, allowing others filling it out to have these details pre-filled to eliminate errors from manual entry.
While I’m aware of manual link adjustments, are there automated methods available for this task? Thank you!