Title: Blank form fields.
Last modified: August 31, 2016

---

# Blank form fields.

 *  Resolved [fdfranklin06](https://wordpress.org/support/users/fdfranklin06/)
 * (@fdfranklin06)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/)
 * Here’s a screen shot:
 * > [View post on imgur.com](https://imgur.com/UECknq8)
 * I added the following to my wp-config.php file:
 * define(‘GF_HUBSPOT_DEBUG’, true);
 * Still have the issue.
 * I also tried deleting the gf_hubspot_cache folder in /uploads/
 * Not sure what else to do. Any ideas?
 * Thanks
 * [https://wordpress.org/plugins/gravityforms-hubspot/](https://wordpress.org/plugins/gravityforms-hubspot/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [fdfranklin06](https://wordpress.org/support/users/fdfranklin06/)
 * (@fdfranklin06)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389344)
 * So I just realized that if you have the Field Label blank this will cause the
   above issue. We just use placeholders so all of our forms don’t use the “Field
   Label”.
 * It would be nice if there was a way to have it pull in the placeholder text but
   I guess a workaround would be to just hide the label on the front end with CSS.
 *  Plugin Author [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * (@soben)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389540)
 * Hey fdfranklin,
 * Yea, we’ve never encountered that yet, but that’s VERY good to know.
 * I will change the code for the next revision for if there’s no “Field Label” 
   then I’ll fall back to the field’s slug/id… And for the hell of it, I’ll also
   include an apply_filter with some details in case you’d like to override it.
 * I should have some time today to crank that out, and I’ll let you know when it
   happens.
 *  Thread Starter [fdfranklin06](https://wordpress.org/support/users/fdfranklin06/)
 * (@fdfranklin06)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389541)
 * Awesome Chris! That sounds like it would work great.
 * While I have a dialog going with you… I’m new to Hubspot, should my forms show
   conversion/views in the Hubspot dashboard? It shows the submissions using your
   plugin but it shows the views/conversions at 0/%0 in the hubspot forms dashboard.
   Is that just the way it works?
 * Thanks!
 *  Plugin Author [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * (@soben)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389543)
 * Hey Franklin,
 * I have **NEVER** been able to figure that out. I think the problem with that 
   is because the form itself isn’t being used on a _HubSpot_ page, so it’s not 
   getting enough data to completely mark it as a solid conversion on the Forms 
   page.
 * However, if you click the “0” for the number of submissions, you will see the
   list of submissions that have been made via our plugin, regardless of the “0”
   on the previous page. It’s weird, but it’s how it seems to work.
 * I will add it to my list of items, but it’s been something that I’ve noticed 
   since my first release.
 * -Chris.
 *  Plugin Author [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * (@soben)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389544)
 * I looked through my plugin code, and unfortunately this isn’t handled by me. 
   This is handled by GravityForms proper, with it’s Feed Addon API.
 *     ```
       'fields' => array (
          array(
              'name'           => 'fieldMap',
              'label'          => __( 'HubSpot to Gravity Forms', 'gravityforms-hubspot' ),
              'type'           => 'field_map',
              'field_map'      => $this->list_hubspot_form_fields(),
              'tooltip'        => '<h6>'. __( 'Map Fields', 'gravityforms-hubspot' ) .'</h6>' . __( 'Select which Gravity Form fields pair with their respective HubSpot fields.', 'gravityforms-hubspot' )
          ),
       ),
       ```
   
 * The fields I provide via ‘field_map’ are only HubSpot fields, not their Gravity
   Forms dropdowns. I just tried to tinker with that, with no luck. I will keep 
   looking into it, but your research may be as good as mine (looking through the
   gravityforms code for an apply_filter on the dropdown fields that are generated)…
   I’ll see what I can find out, but for the sake of my plugin, this task is resolved…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Blank form fields.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravityforms-hubspot_26e0df.svg)
 * [HubSpot for Gravity Forms](https://wordpress.org/plugins/gravityforms-hubspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravityforms-hubspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravityforms-hubspot/)
 * [Active Topics](https://wordpress.org/support/plugin/gravityforms-hubspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravityforms-hubspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravityforms-hubspot/reviews/)

## Tags

 * [form fields](https://wordpress.org/support/topic-tag/form-fields/)

 * 5 replies
 * 2 participants
 * Last reply from: [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/blank-form-fields-1/#post-7389544)
 * Status: resolved