mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
5e0b7fdf7a
Cleanup of validation script. Refactor into template to allow customisation of validation. Explicitly set error element to 'span' as per new jquery-validate support [ref: CWPBUG-110]
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
|
|
if(!defined('USERFORMS_DIR')) {
|
|
define('USERFORMS_DIR', basename(__DIR__));
|
|
}
|