Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Custom Fields allow Organizers to gather information from their Members as they register for their Space, purchase items, and more.  Custom fields can be created in three different places:

UI Steps
sizesmall


UI Step
Content

Post Settings

Dashboard

Fields can be added in the settings for each content type. These will appear in the checkout for all itemsPost Type, which will then be used for all Posts of that type.


UI Step
Content Instance

Post Dashboard

Fields can be added for a specific piece of contentto a single Post. These will appear only in the checkout for the that one item.


UI Step

Member Dashboard

Varying degrees of memberships can be assigned to a Space's members. 

You can assign custom fields to Members which will then be collected during registration an will optionally become part of their profile.


The following field types are currently available:

Layout


Layout row


Layout column
BreakpointXL
Width04


Advanced Tables - Table Plus
highlightColor
heading0
enableHeadingAttributesfalse
enableSortingfalse
classconfluenceTable borderless fieldtable
enableHighlightingfalse


Freeform
Simple inputs containing alphanumeric and special characters.

Image Added

Memo
Multiple lines of text.

Image Added

Text
A single line of text.


Numeric
Select a numeric value, which can include a sign.

Image Added

Currency
A numeric input that includes a currency sign.

Image Added

Number
A numeric input with no sign.

Image Added

Percentage
A numeric input that includes a percentage sign.


Boolean
Select a response that represents true  or false.

Image Added

Checkbox
Select true or false using a check mark.

Image Added

Toggle
Select true or false using a toggle switch.


Moment
Represents a moment in date or time.

Image Added

Date
Select a date using a dropdown.

Image Added

Time
Select a time.




Layout column
BreakpointXL
Width04


Advanced Tables - Table Plus
highlightColor
heading0
enableHeadingAttributesfalse
enableSortingfalse
classconfluenceTable borderless fieldtable
enableHighlightingfalse


Selection
Select a single response from a list of possible options.

Image Added

Choice
Select a single option using a series of radio buttons.

Image Added

Dropdown
Select a single option from a dropdown.

Image Added

Slider
Select a single option using a horizontal slider.


Collection
Select a one or more responses from a list of possible options.

Image Added

Checklist
Select one or more options using a series of checkboxes.

Image Added

Listbox
Select one or more options using a series of checkboxes inside of a scrollable box.

Image Added

Tag
Input one or more tags.




Layout column
BreakpointXL
Width04


Advanced Tables - Table Plus
highlightColor
heading0
enableHeadingAttributesfalse
enableSortingfalse
classconfluenceTable borderless fieldtable
enableHighlightingfalse


Special
Advanced fields with special formatting or validation requirements.

Image Added

Color
Select a color, represented by its hexadecimal value.

Image Added

Email
A single line of text formatted like an email.

Image Added

Phone
A single line of text formatted like a phone number.

Image Added

Rating
Select a star rating.

Image Added

Upload
Upload a file.

Image Added

Website
A single line of text formatted like a website.

Image Added

ZIP
A 5-digit Zip Code.


Layout
Special fields that are statically displayed to help organize a form.

Image Added

Instructions
Provide instructions for filling out a form.

Image Added

Section
A heading and optional instructions to break-apart a long form.

Image Added

Separator
Create a partition.





Most Custom Field Types can be marked as Required, which will ensure that a value is included in the field when it is submitted.

Profile Fields

Profile Fields are associated with each of your Members and can be edited by an Organizer, edited by a Member during registration, or edited by a Member in their Profile.  You can create a Profile Field using the Fields Settings dialog in your Members Dashboard.

Membership Fields

Membership Fields are tied directly to one of your Memberships and will be submitted by any Member who is registering for that Membership.

Nextsteps


HTML
<style>
table.confluenceTable.fieldtable .confluenceTd
{
padding-right: 0 !important;
padding-bottom: 0 !important;
}

table.confluenceTable.fieldtable tr:not(:first-child) .confluenceTd:last-child
{
padding-top: 8px !important;
padding-bottom: 8px !important;
}

table.confluenceTable.fieldtable tr:first-child .confluenceTd
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

table.confluenceTable.fieldtable tr:not(:first-child) .confluenceTd:first-child
{
width: 35px !important;
min-width: 35px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
table.confluenceTable.fieldtable tr:not(:first-child) .confluenceTd:first-child img
{
padding-top: 8px !important;
width: 35px !important;
min-width: 35px !important;
}

table.confluenceTable.fieldtable .confluenceTd .confluence-embedded-image
{
cursor: default !important;
}
</style>
Nextsteps
Manage your Members.