jordanbeattie/craftcms-hubspot-forms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jordanbeattie/craftcms-hubspot-forms

最新稳定版本:5.1.0

Composer 安装命令:

composer require jordanbeattie/craftcms-hubspot-forms

包简介

Hubspot forms field for CraftCMS

README 文档

README

Select your HubSpot forms directly from a CMS field and render them with Twig. No more copy & pasting embed codes!

Disclaimer: This plugin, "HubSpot Forms", is independently developed and is not officially endorsed by or affiliated with HubSpot, Inc. While it interacts with the HubSpot API, it is a third-party tool and any support or issues should be directed to the developers of this plugin, not HubSpot. The use of HubSpot's logo is for identification purposes only, signifying compatibility with HubSpot services.

Installation

From the browser

  1. Download the plugin from the Craft Plugin Store
  2. Install the plugin from the settings page
  3. Enable the plugin from the settings page

From the terminal

composer require jordanbeattie/craftcms-hubspot-forms
php craft plugin/install hubspot-forms
php craft plugin/enable hubspot-forms

Configuration

Create a HubSpot private app with the forms scope. Copy your access token and add it to the plugin settings HubSpot Token field.

The HubSpot token field can accept .env variables. It is highly recommended that you keep your access token in your .env file.

CMS Field

The plugin adds a "HubSpot Form" field type where you can allow users to select a form present in your HubSpot account. See the templating section on how to render forms from the field.

Templating

Use the plugins render() function to output the form to the template. This requires you to pass the HubSpot form field (or form ID).

{{ craft.hubspotforms.render( myHubspotFormField ) }}

Example:

{{ craft.hubspotforms.render( entry.form ) }}

Optional Attributes

You can pass a JavaScript event via the loadOnEvent attribute to trigger the form to load when the JavaScript event is fired.

{{ craft.hubspotforms.render( myHubspotFormField, {
    loadOnEvent: 'myJavaScriptEvent'
}) }}

Example:

{{ craft.hubspotforms.render( entry.form, {
    loadOnEvent: 'DOMContentLoaded'
}) }}

Migrating from HubCraft

If you were previously using the jordanbeattie/craftcms-hubspot plugin, you can update your existing fields to the form field provided by this plugin with a simple command.

php craft hubspot-forms/migrate

This will ensure your plugin is installed and configured correctly and then list out each of the old fields before asking you to continue.

By continuing, each of the old fields will be updated to the HubspotFormDropdown provided with this plugin.

Once the command has been run, you should rebuild your project config with php ./craft project-config/rebuild to ensure all fields are synced correctly.

Once this is complete, you should update your templates to use the new syntax.

Old syntax:

{{ craft.hubspot.render( myFieldHandle ) }}

New syntax:

{{ craft.hubspotforms.render( myFieldHandle ) }}

Once your templates are updated, you can safely uninstall the HubCraft plugin.

Support

jordanbeattie.com

统计信息

  • 总下载量: 976
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固