# Registration Fields

Custom registration fields collect extra user data during account creation and can be scoped to stores and categories.

Create custom fields

1. Go to the registration fields configuration (plugin area).
2. Add a field (text, dropdown, checkbox, etc.) and provide a key that maps to a NexPort Campus custom profile field.
3. Optionally scope the field to specific stores or categories.

Dropdown behavior

* Provide a default option like “Please choose” for clarity.
* Option values display in alphabetical order.

Store scoping and cloning

* Clone existing fields to reuse options with different store/category scoping.

Validation examples

* Library stores can validate library card formats using regex. Configure a helpful validation message for failed entries.

## Related

* [Supplemental Info & Groups](/nexport-user-documentation/nexport-market/admin-guide/getting-started/supplemental-info.md)
* [Stores & Branding](/nexport-user-documentation/nexport-market/admin-guide/getting-started/stores.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexportsolutions.com/nexport-user-documentation/nexport-market/admin-guide/getting-started/registration-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
