GroganBurners / Bimsys

A CRM System for Small Business
http://neilgrogan.ie
1 stars 0 forks source link

Form Error reporting #12

Open mactier opened 14 years ago

mactier commented 14 years ago

using JQuery

mactier commented 14 years ago

i have made a validation form for the registration of new accounts for the site. located in my 'CODE' area, called registration.html gave up trying to get JQuery working, changed to straight Javascript.

will post JQuery code if someone wants to try to get it working.

mactier commented 14 years ago

JQuery code

{% extends "base.html" %}

{% block title %} Register interest in becoming a customer {% endblock %}

{% block content %}

Customer Registration ``` ``` ``` ``` ``` ```

Customer Registration

```
First Name *
Surname Name *
E-Mail *
Password *
Varify Password *
Boiler Type *
House Name *
Street *
Address
County
Phone *
Mobile *
```

* required

{% endblock %}


also needs a 'validate.js' file located at 'bimsys/src/js/Validation/jquery-1.4.2.js' file can be downloaded from JQuery or retrieved from my 'CODE' dropbox folder.

also needed is JQuery 'plugin' think this may have been m,y problem.