@thirdriver Is the drop down field a Custom Field from the Post Fields toolbox? If you are creating a post you need to use Post Fields. Only Post Fields create a Post. So you'd need to add the appropriate Post Fields to your form such as Post Title, Post Body, etc. If you want a Custom Field that is a drop down with number ratings then you would:
- Add a Custom Field to your form from the Post Fields
- Edit the Custom Field
- Select drop down from the field type option
- Configure the drop down choices
- Type in the field label to name the field
- For the Custom Field Name choose a pre-existing name or choose New and manually type in the custom field name. This is the custom field name/key that is used to store the value.
- Save your form
Now that custom field will store the drop down selection as a custom field for the post that is created using the custom field name (also referred to as a key) that you configured when editing the field.
Posted 14 years ago on Monday June 27, 2011 |
Permalink