Latest SC and EE
Got a problem with inline validation. 2 fields on a form and both required in the CP. If I fill either in and leave the other blank, when the form is redisplayed the earlier entered date is missing and an inline error messages is displayed for the field that was left empty.
I was expecting the data to be there when the form is re shown.
Any clues
{if error:title}
{error:title}
{/if}
{if error:postcode}
{error:postcode}
{/if}