Beschreibung
Custom Login/Register Fields plugin allows you to add custom fields to the WordPress registration forms. You can easily add text, email, number, tel, and textarea fields with custom validation rules from the WordPress admin interface. The custom fields can also be managed via a drag-and-drop interface.
Features
- Add custom fields to the registration forms.
- Support for text, email, number, tel, and textarea fields.
- Custom validation rules for each field.
- Drag-and-drop interface for managing fields.
- Display custom fields in user profiles.
- Save custom field data in user meta.
License
This plugin is licensed under the GPLv2 or later. See the GNU General Public License for more details.
Screenshots
Installation
- Upload the plugin files to the
/wp-content/plugins/custom-login-register-fields
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‚Plugins‘ screen in WordPress.
- Navigate to ‚Custom Fields‘ in the WordPress admin menu to start adding custom fields.
FAQ
-
How do I add a new custom field?
-
Go to the ‚Custom Fields‘ menu in the WordPress admin. Enter the field label, select the field type, and optionally add validation rules. Click ‚Add Field‘ to save the field.
-
How can I apply custom validation rules?
-
When adding a new field, you can specify validation rules in the ‚Validation‘ input. For example, to make a field required and ensure it matches a pattern, you can use
required|pattern=[0-9]{10}
. -
How can I reorder the custom fields?
-
You can reorder fields by dragging and dropping them in the ‚Custom Fields‘ list.
-
How do I delete a custom field?
-
Click the ‚Delete‘ link next to the field you want to remove in the ‚Custom Fields‘ list.
Rezensionen
There are no reviews for this plugin.
Mitwirkende & Entwickler
„Custom Login/Register Fields“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Custom Login/Register Fields“ 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.
1.0.1
- This update includes minor security improvements for the plugin.