定制 justbetter/statamic-postcodeservice 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

justbetter/statamic-postcodeservice

最新稳定版本:3.0.0

Composer 安装命令:

composer require justbetter/statamic-postcodeservice

包简介

Package for adding postcodeservice form fields

README 文档

README

Banner

Statamic Postcodeservice

This addon adds Postcodeservice field types to the Form Builder.

Installation

composer require justbetter/statamic-postcodeservice

Configuration

Add the following items to your .env, these settings consist of the Client ID and the Secure Code provided by Postcodeservice.

POSTCODESERVICE_CLIENT_ID=""
POSTCODESERVICE_SECURE_CODE=""

How to Use

Form settings

When building a form it's now possible to make use of the Postcodeservice fields. When selecting the Postcodeservice field you need to select the according field type, these consist of:

  • Zipcode (Required)
  • House number (Required)
  • House number addition (Optional)
  • Street (Required)
  • City (Required)

Make sure to add all the required field types to your form as they are needed for this to work.

Tags

To add this functionality to your form you have to use our Postcodeservice tag. At the bottom of your form view you need to add the following tag:

Antlers

{{ postcodeservice:initPostcodeservice :formId="form_handle" }}

Blade

{!! Statamic::tag('postcodeservice:initPostcodeservice')->param('formId', $form->handle)->fetch() !!}

Make sure you're using the correct variable when passing the formId, this variable should be the handle of your form. i.e 'contact'.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-06-15