Can I populate the user data like name and Email to my form? 

According to the Joomla! API, you can query the user's data with this PHP code:

//Name:
<?php $user = JFactory::getUser(); return "$user->name"; ?>
//Username:
<?php $user = JFactory::getUser(); return $user->username; ?>
//User id:
<?php $user = JFactory::getUser(); return "$user->id"; ?>
//Email:
<?php $user = JFactory::getUser(); return "$user->email"; ?>

Of course you can use this code in many places, for example copying this code into the 'Default Value' of a Textfield Element (Quickmode and Classicmode), the result is showed in the next form. 

Please note that you will only see the effect if you are logged in to our site!

 

 

 

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!