使用LinkedIn表单自动填充

时间:2018-10-30 18:57:06

标签: wordpress forms linkedin autofill hubspot

我已经应用了链接自动填充功能,但是我有两个问题:

  1. 这是页面链接:该页面托管在HubSpot CMS-https://inboundmarketing.inboundmantra.com/inbound-marketing-company-contact-inbound-mantra

这是上一页的linkedIn自动填充按钮的代码:

from pyhive import  hive
import sys
import pandas as pd
import ssl
import thrift_sasl
con=hive.Connection(host="ip_addrs",port=10000,username="hiveuser_test", auth='NOSASL')
cursor = con.cursor()
select_stmt = 'SELECT * FROM t1 LIMIT 10'
cursor.execute(select_stmt)
print(cursor.fetchall())
print(con)

有自动填写的所有字段,但电话号码字段不起作用。

  1. 当我在WordPress中运行此代码时,此代码不起作用。

这是页面链接https://www.inboundmantra.com/predictive-lead-scoring

请让我知道如何修复它。

预先感谢...

1 个答案:

答案 0 :(得分:0)

您将您的域列入白名单了吗?您需要联系linkedin代表将您的域列入白名单才能使用此功能。