User Manual
Matrimonial Script
62 Topics
Fields
Matrimonial Script
General
Training Videos
Support
Requirements
Installation
Useful Info
Helpful
Troubleshooting
Google Analytics
Social Login
Dashboard
Summary
Content
Profiles
Pages
News
FAQs
Followups
Services
Success Stories
Testimonials
Gallery
Notes
Financial
Coupons
Wallets
Points
Affiliates
Invoices
Leads
Orders
Packages
Payouts
Tax-rates
Reports
Activites
Call Backs
Contact Queries
Feedbacks
Visitors
Settings
Roles
Banners
Keyboard shortcuts
Users
Settings
Sms gateways
Payment gateways
Cron Jobs
Currencies
Email queue
Email-templates
Import Export
Languages
Locations
Mobiles
Options
Permissions
Mobile App
Build App
Developer
Fields
Groups
Links
Logs
Themes
Migrations
System Information
Database Tools
Code Builder
Top Visited Links
Training Videos
2583
Build App
1047
Payment gateways
999
Keyboard shortcu...
988
Summary
967
Other Products
Business Directory
108
eCommerce
22
Fields
How to add a field to the Profiles Form?
Login to the Admin Panel, go to
Developer->Fields
to add a new field to the profile form.
Click the
Create Field
tab in the upper right corner.
Select
Profiles
from the
Applicable Modules
. If you also want to add this field to the registration form, check the
Registrations
checkbox. Similarly, you can add a field to multiple modules.
Select
Core
as the
Type
.
Give a
Name
to your field. E.g. mothers_occupation, fathers_occupation, number_of_brothers etc. The name must be in small letters without any space and special characters. Use underscore instead of space.
Select an
Icon
for your field.
Select a
Field Group.
This is the group under which your field will be displayed.
Select options from the
Field For
checkboxes:
Frontend Index:
Display this field to the user on the
Profile Edit
index page.
Admin Index:
Display field to the Admin on the Index page.
Frontend:
Display field to the user on the
Profile Edit
form.
Admin Only:
Display field to the Admin on the
Profile Edit
form.
Status
: Check the
Status
checkbox to make this field active. The field must be active only then it will be visible to a user.
Select a
Field Type
None:
The field will not be displayed on the Form
Hidden
: The field will not be displayed, but it will exist on the form.
Text
: The field will be an
Input
field.
Checkbox:
The checkbox is shown as a square box that is ticked (checked) when activated. Checkboxes are used to let a user select one or more options for a limited number of choices.
Radio
: Select the Radio checkbox to let a user select only one of a limited number of choices.
Textarea
: A
text area
can hold an unlimited number of characters.
Enter a
Label
. This is used to tell users the value that should be entered in the associated
Input Field
.
Check
The Label Text is a Language String?
only if the label text is a multilanguage string. The multilanguage string must be manually added to the
application/application_lang.php
file.
Leave the
Field Extra
field blank. This is used to pass extra parameters to a field.
Select validation rules as per your requirements. Always select
TRIM
for all fields.
Click the
Save
button to save your field.