Beschreibung
signup-page is a plugin that allows you to create a public signup page. A signup page is just a list of stuff
that you can sign up for, with a space next to each item where someone can sign up.
There is no validation of input, and no login is required. This is a true public signup page. However, when a
person signs up, that slot is frozen to the public (no further changes). Site admins can make changes to any slot,
at any time.
Installation
- Download the plugin.
- Unpack the zip archive to your
/wp-content/plugins/
folder - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Create a new page for the signup form. Give it a title for what you are
signing up for (ie, „Pot Luck“). - Add this shortcode to the signup page:
[signup_page list_title="List" field_title="Signup"]
(item_title and field_title are optional. The default values are „List“ and „Signup“.) - Create one or more child pages of the signup page. (ie, create pages called „Salad“, „Chips“, „Hot Dogs“,
and „Apple Pie“. Make them children of „Pot Luck“.)
On the signup page, each of the child pages will be listed, alongside a field to sign up for that page.
FAQ
- How do I create a list of things to sign up for?
-
All the child pages of the signup page make of the list.
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Signup Page“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Signup Page“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0
- Initial release.