I'm trying to display the data stored in a variable into a form field. The variable programme_title definitely holds the data as I have tested it through other methods. However, when I use the following, the entry form field simply reads "programme_title". How can I get the data from the variable to fill the field?
<div> Item 1 <input name=item_description-0-item value=programme_title>
</div>