This code doesn't seem to work in the new version. I made sure that the names on the form matches the template and they do. Any idea what I need to change to make it work.
ChronoForms: 4.0 RC1.9
Thanks!!
<?php
if ( $posted['Name'] ) {
echo '{Name}';
}
?>
ChronoForms: 4.0 RC1.9
Thanks!!