Program Forms
Last updated
Last updated
Program Forms allow you to create and manage different types of forms used throughout your sponsorship programs. These forms collect information from both donors and recipients.
HelpYouSponsor offers two types of forms;
Recipient Profile form: Used to collect recipient information.
Donor Profile form: Used to collect donor information.
Progress Report form: Used to create fields to display in reports.
To navigate to "Program Forms" click on "Programs" under "Options" on the main menu and click on the "Program Forms" tab.
To create a program form, click on the "Create Form" button on the top right. This will open up a drawer with two fields;
Program Form name (required)
Program Form type (required): Select from any of the listed program types.
The program form cards show the program forms you have in the system and their types. These cards give you quick access to actions like;
Editing the program form.
Managing program form fields.
Bulk editing program form fields.
Deleting the program form.
To edit the program form, click the "Edit Form" button on the card. This will open up a drawer with the form. Here you are able to change the Program Form Name only.
Managing program form fields give you the ability to add new fields, rearrange the order in which programs are listed, edit the fields names, and also delete fields.
To manage program form fields click on the "Manage fields" button. This will open up a drawer with two tabs.
Manage Form Fields
This tab shows you all the fields you currently have in your form. Each row shows the following;
The field name or label,
The field short code [this is used in auto emails].
The edit button to edit the field.
The delete button to delete the field.
NOTE: The order of the fields in the form can rearranged by dragging the field up or down the list using the six vertical dots on the left side of the field name.
Add New Field
Let us look through the different inputs required to create a new form field.
Field Label.
This is the name on the field you want to add. eg Child Name.
Field Type.
This is the type of information you would want to collect from donors or recipients. HelpYouSponsor provides the following field types.
Text.
Textarea.
Static Text.
Age.
Date.
Link.
Select List.
Checkbox.
Table.
Auto Increment ID.
More information about the field type is provided in the green box below the field type in the form.
Permissions.
This gives visibility of the field to the selected group of people. The permissions include;
Everyone.
Donors and Admins.
Admins Only.
Title.
This will make the field to be used as the profile title or name.
Required.
This makes sure that the field is filled when collecting information.
Sortable.
This makes the field sortable when viewing the collected data.
Filter.
This makes the field filterable when viewing the collected data.
Unique.
This makes sure that the data collected in this field is not duplicated.
To bulk edit program form fields, click on the three horizontal dots on the top right corner of the Program form card and select "Bulk Editor" in the dropdown.
This will open up a dialog with a JSON editor.
Each field in the program form is an object with its fields and values. Here you can bulk edit the form by removing objects to delete fields, adding objects to add fields and editing existing objects to edit the fields.
NOTE: This should be done by a person with good knowledge about JSON.
To delete a program form, click on the three horizontal dots on the top right corner of the Program form card and select "Delete Form" in the dropdown.