I made a BreezingForms form and I have a select list to pull a users from the Joomla database. Instead of using the actual name, I want to use the ID so I can use it further in another SQL call. Can an SQL be used in the item wrap field to change the id to name? 

You can try to use the following code in order to get user name equal to the value of that field. Put the code in Item wrap code of your view:

<?php $db = JFactory::getDBO();
$sql = "SELECT name FROM #__users WHERE id =" . $db->quote($value);
$db->setQuery($sql);
$value = $db->loadResult(); ?>

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!