Using Custom Fields
Skip Ahead To
Understanding data fields
- Donation - data fields based on donors and donations. These fields are available within Donation forms
- Person - these data fields are the primary user information found in the Raisely Supporter Management Tool
- Profile - data fields that relate to fundraisers profiles, for when they signup to Peer to Peer campaigns
- Tickets - data captured within the Ticketing form
- Interactions - data fields used when recording interactions in Raisely Supporter Management Tool
### accordion
## expand
# Field Types
Text | This is a standard text-entry field where the user can enter any information they want, usually just one- or two-word responses. |
Textarea | Like the Text field though it encourages the user to give longer answers. |
HTML | This is an advanced field that lets your users enter their own HTML code. |
A text-entry field that checks the user's submission to make sure it includes an @ symbol and .xxx suffix, and to make sure it doesn't contain any spaces. | |
Number | This is an integer-entry field that lets the user enter numbers, periods, and the letter e. |
Phone Number | This is an integer-entry field that lets the user select their country and enter their phone number. |
Date | This is an integer-entry field that lets the user enter a date numerically or select a date from a calendar. Dates are formatted DD/MM/YYYY by default. |
Checkbox | This field asks the user a yes/no question and returns a value of true (if the user ticked the box) or false (if the user left the box unticked) in your reports. |
Select Items | This dropdown field lets users choose one of several options. |
Country Select | This dropdown field lets the user select one of 300+ countries. |
Currency Select | This dropdown field lets the user select one of 130+ currencies. |
Currency | This is an integer-entry field that lets the user enter numbers, periods, and the letter e, and it is prefixed with the currency symbol of the organisation-selected currency. |
File Upload | This field asks the user to upload a file. |
Image Upload | Image file upload with accepted file types including BMP, JPG, PNG, and TIFF, and the file must be 20MB or smaller. |
Exercise Goal | Numeric exercise goal field. |
Address Lookup | This dynamic field uses Google to search for a user's address as they type. |
Heading | This static field helps visually segment your form and keeps it looking clean. |
Description | This static, multi-purpose field is used to provide additional information for form guidance. |
See FAQs below for details on specific uses.
## expand
### accordion
Adding new custom fields
To add a new custom field:
- From the sidebar select Organisation > Custom Fields
- Using the Tabs, select the data category you wish to place the field, then scroll down to select Add New
- Enter your Fields Name, which is the label presented on your form
- The Field ID is then generated based on the Name. It is a good idea to have a simple naming convention you use for your Field IDs so that your data is clean and easy to manage and use.
Field IDs are an unseparated value, and you can use - or _ to separate words.
Example: If your donation custom field name is Opt In for Marketing then you could rename your Field ID to donation_optIn. - Select your Field Type from the dropdown
- You can Disable your custom field at any time if needed
- You can change your security setting at any stage if needed
- Use default value if this field has a common value used across all campaigns. Otherwise leave blank. You can add default values within specific campaigns.
- Add a placeholder if this guidance is needed for the field
- Add info text is this guidance is needed for the field
- Finally, if the field needs custom validation, you can use Regex to validate the form fields entry. This can be a helpful step to reduce spam. Check out regexr.com to learn more on regex code.
- Select Save to finish.
Using custom fields in your campaigns forms
### accordion
## expand
# Adding a custom field into your campaigns Donation and Signup form
- 1
- Within your campaign, from the sidebar select Settings > Donation Form OR Signup Form
- 2
- If using the Donation Form, select Fields in the tabs
- 3
-
Select
Add New (either for Visible/Hidden) then click the
Field dropdown to present your field options. Here you will find the relevant custom fields you have created.
Note: the Donation Form will only provide you options for custom fields created in the Donation category. The Signup Form will provide you with both the Personal Information (i.e. Person) or Profile categories. - 4
- If field is required changes switcher to Yes
- 5
- You have the option to change the field label, placeholder, default value, and help text if needed for this specific form. This will override your custom fields global settings just for this campaigns form.
- 6
- You can then add field conditions if you wish to control when the field is shown. This is a helpful step to simplify the user experience
- 7
- Select Save to finish
## expand
## expand
# Adding a custom field into your campaigns Ticket form
- 1
- Within your campaign, from the sidebar select Tickets > Setup Tickets then select the Attendee Fields tab
- 2
-
Select
Add New and repeat the same steps as above (from Step 3) to add and customise custom field
Note: Ticketing uses the same Person fields as the Signup Form. To adjust these for Ticketing, simply update the fields within the Signup Form found in your campaign Settings from the sidebar.
## expand
## expand
# Adding a custom field into your Campaigns Lead form
If using the Lead form block within the page builder, you can add new fields within the blocks settings. Since the lead form captures user data, the form uses the same fields as in the Signup Form. Therefore custom fields within the Person category can be used.
To add new fields into Lead form:
- 1
- Within your Campaigns Pages, Add the Lead Form block to your page and then select the Settings icon
- 2
- The Lead Form defaults with basic information, so to change select Add Field within settings.
- 3
-
Continue to add all the fields needed for your Lead form, making sure they are in the right order as you are unable to swap and shift fields.
Note: if Lead Form doesn’t load, simply save your changes and refresh the browser.
## expand
### accordion
FAQ’s
### accordion
## expand
# What HTML tags are available?
Due to security reasons, the following tags are usable in the HTML field type: 'div', 'p', 'img', 'pre', 'br', 'hr', 'b', 'i', 'em', 'strong', 'a', 'code', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'li', 'font', 'center', 'style', 'table', 'thead', 'tbody', 'tr', 'td'
## expand
## expand
# How can I setup an Agree field, for Terms & Condition or Marketing Opt-In
The checkbox field type is commonly used to ask users to agree to an organisation's terms & conditions, or to ask users for permission to send them newsletters. Note: if this field is marked as Required, the user will be unable to progress in the form unless the box is ticked. This is useful for requiring agreement to T&Cs, for example.
If you want the checkbox to be ticked by default, enter true as the default value, otherwise leave as blank.
## expand
## expand
# For the Select Field Type, what is the value & label?
## expand
## expand
# Can I mix currencies in the Currency Field Type?
It is not possible to mix currencies here. Changing the currency on either the amount minimum or amount maximum fields will always change both fields.
## expand
## expand
# How can I apply specific validation conditions to fields, such as character length or limit to specific formats?
Each Custom Field allows the option to apply a custom validation using regex expressions. With Custom Fields settings, simply expand the field you are editing and enter regex statement in custom validation.
For example, if you needed a text field to have a limit between 4-60 characters, you could use the following regex expression to apply this validation - ^[a-zA-Z0-9 ]{4,80}$
To learn more on how to create regex expressions you can use for your Custom Fields, search Google for Regex Generator tools. Do note, Raisely cannot provide support for regex expressions created.
## expand
### accordion
Cannot find the support guide you are after? Head on over to our YouTube channel 📺 for more creative content to help you go further. You can even leave us comments, suggesting new content ideas 🤯