Descrição
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.
Ecrãs
Instalação
- 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.
Perguntas frequentes
- How do I create a list of things to sign up for?
-
All the child pages of the signup page make of the list.
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“Signup Page” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Signup Page” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0
- Initial release.