Coder Social home page Coder Social logo

contact-form-master's Introduction

codeigniter-contact-form

Basic contact form controller and views (contact form and success message) for CodeIgniter.

Editing the settings:
(They should be in a config file, but for
a basic part of your site i've included
it in controllers/contact.php)

Important settings:

$sendEmailTo: Where to send the email

$headerView: set to null if you don't want
	to show a header. If anything is set
	it will load that view before the
	content

$footerView: Same as $headerView but the footer

$spam_question / $spam_answer: Set a basic
	question to avoid bots. E.g. 
	'what colour is the sky' & 'blue'


Usage:
Edit the protected variables at start of class.
If headerView/footerView is null it won't 
load those views. Assuming you keep your header
and footer in /views/template/ it will work
with the defaults.

There is no ip logging, basic spam protection 
(in form of question/answer - easiest for humans
but also easiest for spammers!). 

Just a simple form :)

Just go to site_url("contact") (i.e. http://domain.com/index.php/contact
 and it should	work out of the box. 


$this->data is used for any data sent to the views.
It isn't used here, but I tend to use that pattern
with my template files so just included it here.

contact-form-master's People

Contributors

genesisframe avatar

Watchers

 avatar  avatar

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.