Closed ghost closed 10 years ago
Would be great to have a tag that outputs if the field is valid, so it can be excluded in an {if '{your-field-name:valid}'} or {if '{your-field-name:status}'}
Good call. I like it. Thanks!
You can now use this in one of two ways:
{if your-field-name:valid} ... {/if}
or
{if your-field-name:type == "youtube"} ... {/if}
Would be great to have a tag that outputs if the field is valid, so it can be excluded in an {if '{your-field-name:valid}'} or {if '{your-field-name:status}'}