You are here

function _webform_display_hubspot_url in HubSpot 7

Same name and namespace in other branches
  1. 6.2 hubspot.module \_webform_display_hubspot_url()
  2. 6 hubspot.module \_webform_display_hubspot_url()

When displaying the form results to an admin, don't show the HubSpot URL.

File

./hubspot.module, line 249
Sends Webform results to HubSpot's Leads API by using Webform's provided hooks.

Code

function _webform_display_hubspot_url($component, $value, $format = 'html') {
  return array();
}