All elements with notempty validation?!

jmdc

Member
Hello,

I would like to know if it?s possible to have all elements from a form with notempty validation, just having some validation rule in Form?
I don?t want to have Error Message in my data elements when notempty validation failed.
Is that possible?

Thank you...
Kind regards!
 
Is there a code just like that with some php plugin in form?

$db = JFactory::getDbo();
defined('_JEXEC') or die();
$name = '{tablename___name_raw}';

if(empty($name)){
return false;
} else {
return true;
}

This code doesn?t work....could you help me??
Thank you...;)
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top