Follow-ups Re: Custom validation? Custom validation? October 06, 2019, 12:46:58 AM Hi, Is there any example how to use ACTION BEFORE ADD? what i want is :1.- MAke a query to validate if date input EXIST on Database or IS in a RANGE: $db->rawQuery("UPDATE posts SET view_count=view_count + 1 WHERE id='$rec_id'");2.- If Exists Cancel ADD and send a message3.- If NOT Insert Quote Selected