=== AddonLogic RSVP Form ===
Contributors: snehalpancholi
Tags: rsvp, event, form, attendees
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

An [rsvp] shortcode form collecting attendee RSVPs for events with guest count tracking and an admin response list.

== Description ==

AddonLogic RSVP Form adds a frontend RSVP form to any page via shortcode. Visitors enter their name, email, guest count, and attendance status. Each email can only RSVP once per event. Admins view all responses under Events > RSVPs, with filters by event and attendance status.

**Key Features:**

* [rsvp event='ID'] shortcode for any event
* Attending / Not Attending status selection
* Guest count (1–10 per RSVP)
* One RSVP per email address per event
* Live attendee and guest count display
* Capacity limit with [rsvp event='ID' max='50']
* Admin list with pagination, filtering, and delete
* AJAX form — no page reload
* Dark mode compatible

== Installation ==

1. Upload the `rsvp-form` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Requires the AddonLogic Simple Event Calendar plugin (for `sec_event` post type).
4. Use `[rsvp event='123']` on any page or post (replace 123 with the event post ID).

== Changelog ==

= 1.0.0 =
* Initial release.
