Forms

Get Started: Contact Enquiry Forms

This tutorial will provide an overview of common form elements, and walk through implementation of a basic enquiry form.

View Tutorial View Tutorial


Newsletter Signup Forms

Implement a simple newsletter sign-up form, which adds a new subscribed contact to your database, and display a pop-up message on success.

View Tutorial View Tutorial


Add Contacts to Groups via Form Submissions

Learn how to implement a web form that adds a newly created contact to a group.

View Tutorial View Tutorial


Login Forms

This article explains how to implement a member login form on a Oncord powered website.

View Tutorial View Tutorial


Registration Forms

This article explains how to implement a basic registration form on a Oncord powered website.

View Tutorial View Tutorial


Two Stage Registration Forms

A two-stage registration form requests a user sign up with only an e-mail address or limited details, and then asks for more details on a second page

View Tutorial View Tutorial


Website Search

Add a search box to your website design or a page on your site.

View Tutorial View Tutorial


Execute PHP on Form Submissions

Execute a custom PHP function when an Oncord form is submitted.

View Tutorial View Tutorial


Advanced E-mail Notifications

This form will ask the user "What can we help you with?", and send a notification message to an e-mail address depending on which item is selected.

View Tutorial View Tutorial


Creating Multiple Contact Records via Form Submissions

This tutorial covers implementation of a registration form that will create two or more Individual contacts, with relationship to a Company contact.

View Tutorial View Tutorial


Using AJAX With Forms

AJAX provides the ability to update parts of a website page or form, without reloading the entire page.

View Tutorial View Tutorial


Example: In-Store Registration Form

An example well suited to in-store registration forms. Users are not logged in after submissions, refreshing the page ready for subsequent submissions.

View Tutorial View Tutorial