How to use Data Tags in Balbooa Joomla Forms?
Balbooa Joomla Forms Builder comes with Data Tags that provide a quick and easy way to pull specific information into a form field or email notification. In this tutorial, we will show you how to use data tags in Balbooa Joomla Forms Builder.
Adding Data Tag
Click the icon Data Tags to insert Data Tag. You can pull Data Tag in field settings (Default Value) or email notification settings (Subject and Text Editor).
Available Data Tags
Page
Page Title
Inserts the page title in which the form is embedded.
Page ID
Inserts the Joomla page ID where the form is embedded.
Page URL
Inserts the page URL where the form is embedded.
Form
Form Title
Inserts the form title.
Form ID
Inserts the ID number of the current form.
Submission ID
Inserts the ID number of the submission.
Fields
Fields
Inserts added form fields.
All Fields
Inserts all form fields.
User
Username
Inserts the Joomla username of the user, if he logged in.
User Name
Inserts the name of the Joomla user.
User Email
Inserts the email of the Joomla user who submits the form.
User IP Address
Inserts the unique IP address of the user.
Other
Time
Inserts time in a 24-hour format.
Time AM / PM
Inserts time in 12-hour format with AM/PM.
Date
Inserts the date in the submitted form.
SQL query
Inserts data from the database, e.g.
[SQL query = SELECT `username` FROM `k_users` WHERE `id` = 153;]