I am trying to insert some data into a weblog using a simple html form. I can get the
name in, but the age field is not being stored. The age field is a custom field using the default settings and is a text field.
Here is my code:
{exp:weblog:entry_form weblog="musicians_billboard"}
<table width="600" border="1">
<tr><td>Name:</td><td><input type="text" name="title" /></td></tr>
<tr><td>Age:</td><td><input type="text" name="age" /></td></tr>
<tr><td><input type="submit" value="submit" /></td></tr>
</table>
{/exp:weblog:entry_form}Thanks
Steve