Coder Social home page Coder Social logo

statamic-postcodenl's Introduction

Statamic Postcode.nl

This addon adds Postcode.nl field types to the Form Builder.

Installation

composer require justbetter/statamic-postcodenl

Configuration

Add the following items to your .env, these settings consist of the Key and Secret provided by Postcode.nl.

POSTCODENL_KEY=""
POSTCODENL_SECRET=""

How to Use

Form settings

When building a form it's now possible to make use of the Postcode.nl fields. When selecting the Postcode.nl 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 Postcode.nl tag. At the bottom of your form view you need to add the following tag:

Antlers

{{ postcodenl:initPostcodenl :formId="form_handle" }}

Blade

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

As the Postcode.nl field types are an extend of the normal text field type, you can use this type the same way as the text field type for your forms. For example you could still look at the input_type field to determine the field type you need to load into your form.

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

statamic-postcodenl's People

Contributors

kevinmeijer97 avatar

Watchers

Roy Duineveld avatar  avatar Pim Ruiter avatar

statamic-postcodenl's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.