# 9th October 2024 — Add page query parameter for pagination and implement anonymous contact form [#59](https://github.com/nbarrett/ngx-ramblers/issues/59)
## [build 333](https://github.com/nbarrett/ngx-ramblers/actions/runs/18823789797)

## Add page query parameter for pagination (refs [#61](https://github.com/nbarrett/ngx-ramblers/issues/61)) ([9ca36ee](https://github.com/nbarrett/ngx-ramblers/commit/9ca36ee))

**What's New**

Walk pagination now uses URL query parameters, allowing you to bookmark and share links to specific pages of walk results.

**Where to Find It**

- **Walk Search Results**: URLs now include `?page=2` for bookmarkable pagination

**Benefits**

- **Bookmarkable Results**: Save links to specific pages of walk results
- **Better Navigation**: Browser back/forward buttons work correctly with pagination
- **Shareable Links**: Send others directly to specific result pages

## Implement anonymous contact form and improve pagination (refs [#59](https://github.com/nbarrett/ngx-ramblers/issues/59)) ([f21d528](https://github.com/nbarrett/ngx-ramblers/commit/f21d528))

**What's New**

Added an anonymous contact form allowing visitors to get in touch without needing to log in, with improved pagination controls throughout.

**Where to Find It**

- **Contact Us**: New anonymous contact form for public visitors
- **Pagination**: Enhanced pagination controls across all list views

**Benefits**

- **Open Communication**: Visitors can contact the group without creating an account
- **Easier Access**: No login barrier for simple inquiries
- **Better UX**: Consistent, improved pagination across the site
