1
Hi, this is my question:
How can i integrate javascript controls in Xoops?
Does exist a embedded function to check if a value of field in a form is a number(is NaN) or i 've got to write a custom function in the templates?
I see that if i want the field to be filled i 've only got to add a boolean as the second parameter in the addElement function:
$insert_form->addElement($conf_mail, true);
anf for the numeric?
thanks