Posted on 15/05/2008 16:23:22
Hi Lars,
Take a look at this (development) website http://deltaq.dev.dynamicweb.pt/default.aspx?ID=23
If you access the backend we are using the Profile_DeltaQ_v2.htm template. We have tried using javascript to manipulate the functions, but it does not work.
Even if we do something like: < input type="submit" onClick="MyValidationFunction">
Javacsript
function MyValidationFunction {
if (document.getElementByID(SomeCustomField).value <> "") {
ValidateForm() //The Dynamicweb's validation function
}
}
Dynamicweb still runs the validation function. If we want to prevent special characters in the username, or limit it to a certain number of characters, or even add another field as compulsory, is impossible.
If you need more details, let me know. Thanks in advance.
Nuno