Databridge not inserting to database
Hello,
I'm trying to use DataAssist Pages to insert a new category into my database but after I've uploaded everything online and try to add a new category, it doesn't show any error messages but when I look in my database, it hasn't saved it to the database.
This is the code that results from DataAssist Pages:
<input id="cats_name" name="cats_name" type="text" value="<?php echo((isset($_GET["invalid"])?ValidatedField("catstblinsert","cats_name"):"")); ?>" class="formTextfield_Medium" tabindex="1">
I've tried this several times in the past but it's never worked for me. I'm running DataBridge 1.1.4


the insert behavior will be placed above the doctype tag, you dont need to place the insert, that will happen automatically. 
