Skip to main content
The Registration Form settings control what information new members provide when signing up for your organization. You can enable or disable fields and mark specific ones as required.

How to access

SettingsUsers & ProfilesRegistration Form

Available Fields

Basic Information

FieldDescription
EmailAlways enabled and required (used for login)
First NameMember’s first name
Last NameMember’s last name
BirthdayDate of birth
GenderGender selection
Phone NumberContact phone number

Location Fields

FieldDescription
Town BornCity/town of birth
Town CurrentCurrent city/town of residence
AddressStreet address
Postal CodeZIP/postal code
Location on MapPin location on members map
Local CenterSelect affiliated local center

Professional Fields

FieldDescription
Profession HeadlineJob title or professional summary
Profession IndustryIndustry/sector
Current Company/OrganizationEmployer name
Current RoleJob position/title
Company Legal NameOfficial company name
Company IdentifierCompany tax/registration ID
Company AddressCompany address
Commerce Registry NumberBusiness registration number

Social Profiles

FieldDescription
WebsitePersonal website URL
FacebookFacebook profile URL
Twitter/XTwitter/X profile URL
LinkedInLinkedIn profile URL
InstagramInstagram profile URL
TelegramTelegram username
TikTokTikTok profile URL
SignalSignal contact
BlueskyBluesky profile

Other Fields

FieldDescription
ID Serial & NumberNational ID document number
Personal NumberPersonal identification number
User TypeAllow selection of user type during registration
Register as MemberCheckbox to confirm membership intent
Fee LevelSelect membership fee tier

Custom Fields

In addition to standard fields, you can add Custom Fields to your registration form. Custom fields are created separately and can then be enabled on the registration form. Custom fields appear below the standard fields in the form.
Custom fields marked as Admin Only will only be visible to administrators, not to members filling out the form.
Learn more about Custom Fields →

Field Configuration

For each field, you can configure:

Enable/Disable

Toggle whether the field appears on the registration form.

Required

Mark fields as mandatory. Users cannot complete registration without filling required fields.
Be careful with required fields. Too many required fields can discourage registrations. Only require what’s truly necessary.

Custom Text Options

You can customize the registration page with additional text:
textTitle
string
Custom title displayed at the top of the registration form. Leave empty to use the default.
textDisplayedBeforeForm
string
Introductory text displayed above the form fields. Use this to welcome new members or provide instructions.
textDisplayedAfterForm
string
Text displayed below the form, before the submit button. Use for terms acceptance reminders or additional notes.
textVolunteerOptIn
string
Text displayed below the volunteer opt-in switch (if volunteer roles are enabled).

Embedding the Registration Form

You can embed your registration form on external websites using an iframe:
  1. Click the Iframe URL button to copy the embed link
  2. Add the iframe to your website:
<iframe
  src="https://app.orgo.space/register?iframe=true&workspace=your-slug&lang=en"
  width="100%"
  height="800"
  frameborder="0">
</iframe>
The iframe URL includes your workspace slug and default language. You can customize the lang parameter for different language versions.

Best Practices

Begin with just essential fields (name, email). Add more fields later as needed. Long forms discourage sign-ups.
Custom fields are great for organization-specific data (e.g., “How did you hear about us?”, “Membership category”).
Many users will register on mobile devices. Keep the form short and avoid fields that are difficult to fill on small screens.
After configuring, test the registration process yourself to ensure it works smoothly.