2017 © Pedro Peláez
 

asgard-module contact

A module to create small contacts of content to display anywhere on the site.

image

sagsoz06/contact

A module to create small contacts of content to display anywhere on the site.

  • Saturday, June 2, 2018
  • by sagsoz06
  • Repository
  • 0 Watchers
  • 0 Stars
  • 93 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 16 % Grown

The README.md

Contact

Features

  • Partial for a contact form, that you can include in your own views

Configuration

The view of the contact page (you can set this to be a view in your app, which has much more contact on it for example, then include the partial for the form, e.g. @include('contact::form'), (*1)

The fields and rules for your form, (*2)

'fields' => [
    'title' => [
        'type' => 'select',
        'choices' => [
            ''      => 'Please select',
            'Mr'    => 'Mr',
            'Mrs'   => 'Mrs',
            'Miss'  => 'Miss',
            'Ms'    => 'Ms',
            'Dr'    => 'Dr',
            'Other' => 'Other',
        ],
    ],
    'first_name' => [
        'type' => 'text',
    ],
    'last_name' => [
        'type' => 'text',
    ],
    'email' => [
        'type' => 'text',
    ],
    'enquiry' => [
        'type' => 'textarea',
    ],
],

'rules' => [
    'title'      => 'required',
    'first_name' => 'required',
    'last_name'  => 'required',
    'email'      => 'required|email',
    'enquiry'    => 'required',
],

Usage

Customise the options in the config file and then add the following to the view file that you specified in the config to render the contact form inside it., (*3)

@include('contact::form')

The Versions

02/06 2018

dev-master

9999999-dev

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

02/06 2018

2.0.6

2.0.6.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/06 2018

2.0.5

2.0.5.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

05/05 2018

2.0.4

2.0.4.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/05 2018

2.0.3

2.0.3.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/05 2018

2.0.2

2.0.2.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/05 2018

2.0.1

2.0.1.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

30/04 2018

2.0.0

2.0.0.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

05/03 2018

1.2.3

1.2.3.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

26/02 2018

1.2.2

1.2.2.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

12/02 2018

1.2.1

1.2.1.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

02/11 2017

1.2.0

1.2.0.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

29/10 2017

1.1.9

1.1.9.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

25/10 2017

1.1.8

1.1.8.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

24/10 2017

1.1.7

1.1.7.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/10 2017

1.1.6

1.1.6.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

29/09 2017

1.1.5

1.1.5.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

16/08 2017

1.1.4

1.1.4.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

04/04 2017

v1.1.3

1.1.3.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

03/04 2017

1.1.2

1.1.2.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

03/04 2017

1.1.1

1.1.1.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

03/04 2017

1.1.0

1.1.0.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/04 2017

1.1

1.1.0.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

01/04 2017

1.0

1.0.0.0

A module to create small contacts of content to display anywhere on the site.

  Sources   Download

MIT

The Requires

 

by Avatar Ufooo