Difference between revisions of "Textbox Field"

(Field Display on Site Frontend)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
 
==Overview==
 
==Overview==
Textbox Field allow site admin to add the box where free text can be inserted.
+
Textbox Field allows site admin to add the box where free text can be inserted. This field is useful when an answer needs to be short and concise.
  
 
==Creating the field==
 
==Creating the field==
 
To create field of type '''textbox''' navigate to site backend and from '''Components''' dtropdown menu select '''JomSocial''' -> '''Custom Profiles'''. <br/>
 
To create field of type '''textbox''' navigate to site backend and from '''Components''' dtropdown menu select '''JomSocial''' -> '''Custom Profiles'''. <br/>
 
In the Custom Profiles screen click on the '''New Field''' button
 
In the Custom Profiles screen click on the '''New Field''' button
:::[[File:Textboxfield1.png]]
+
:::[[File:new-field.jpeg]]
  
 
==Available Options==
 
==Available Options==
Line 11: Line 12:
 
* '''Type''' - Type of the field that is about to be created
 
* '''Type''' - Type of the field that is about to be created
 
* '''Groups''' - Select the [[Custom Profile Fields Group|field group]] for this field
 
* '''Groups''' - Select the [[Custom Profile Fields Group|field group]] for this field
 +
* '''Field Code''' - Unique Field Code. Can be put to any value. Later can be retrieved [[JomSocial User Object|through API]] and used everywhere, even in third party components.
 
* '''Registration''' - Chose whether to show this field during registration
 
* '''Registration''' - Chose whether to show this field during registration
 
* '''Visible''' - Select the [[Custom Profile Fields Visibility|visibility options]] for this field
 
* '''Visible''' - Select the [[Custom Profile Fields Visibility|visibility options]] for this field
Line 18: Line 20:
  
 
==Field Display on Site Frontend==
 
==Field Display on Site Frontend==
Navigate to the '''Edit Profile''' page to see the field
+
Navigate to the '''Edit Profile''' page to see the field, As an example About me is a text field
:::[[File:Textboxfield2.png]]
+
:::[[File:Textboxfield2.jpeg]]

Latest revision as of 03:51, 12 July 2018

Overview

Textbox Field allows site admin to add the box where free text can be inserted. This field is useful when an answer needs to be short and concise.

Creating the field

To create field of type textbox navigate to site backend and from Components dtropdown menu select JomSocial -> Custom Profiles.
In the Custom Profiles screen click on the New Field button

New-field.jpeg

Available Options

  • Name - This is the name of the field. It should describe what kind of information user should enter
  • Type - Type of the field that is about to be created
  • Groups - Select the field group for this field
  • Field Code - Unique Field Code. Can be put to any value. Later can be retrieved through API and used everywhere, even in third party components.
  • Registration - Chose whether to show this field during registration
  • Visible - Select the visibility options for this field
  • Published - Select whether the field would be published
  • Required - Chose whether field would be required. If yes, Registration option must be set to Yes as well
  • Tooltip - Tooltip to be displayed when hovering over the field name (on frontend)

Field Display on Site Frontend

Navigate to the Edit Profile page to see the field, As an example About me is a text field

Textboxfield2.jpeg