Element: Is Email validation - Plugin

altnetwork

Member
I am having issue with the "condition" part of the plugin. This is what I am using. Can you please let me know what I am doing incorrectly for this not to work?

  • Condition - A PHP expression which if returns false, means that the validation is not run.
<?php if ('{expense_2015___sendreport}'=='Yes'); ?>

Thanks
 
1. Don't use <?php tags in code areas (only in php files).
2. return something, so
return '{expense_2015___sendreport}'=='Yes';
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top