Customize Ad Form Template
I would like to have more control of each form field in the ad form template. Ideally I'd like to add each form field separately in the template. I've tracked down the form creation on the cp_formbuilder($results) function in the step-functions.php page, but it seems like it loops through all of the custom fields to generate the form. Can someone provide a sample code snip to create a text input field and label of the field of a cp custom field? From there I should be able to build the form bit-by-bit for most control.
Thanks!