Hi,
You cannot use spaces in your field names.
In general, PHP replaces them with underscores, and that's what you need to do in your template.
It's just much better to use simple names like "KeyStage1" instead of "Key Stage 1 ", and then you're not guessing.


Reply With Quote
Bookmarks