Hi,
I just created a simple custom form for upload.
When I upload a file with tags on the relevant field, I cannot see tags in photo manager. But I can add tags on PhotoManager.
It is the same with "[tag_dropdown tags='my,tags,go,here' selected='my']" and "[post_tags value='post_tags']"
Here is my simple custom form's code:
<table class='ps-form-table' width="80%" border="0" align="center" cellpadding="0" cellspacing="5" >
<tr>
<td align="right">Select file :</td>
<td>[image_select]</td>
</tr>
<tr>
<td align="right">Name :</td>
<td>[caption]< /td>
</tr>
<tr>
<td align="right">Tags:</td>
<td>[post_tags]</td>
</tr>
<tr>
<td align="right">[submit]</td>
<td>[loading]</td>
</tr>
<tr>
<td align="right">[done]</td>
<td>[thumbnail] </td>
</tr>
</table>
PS: Is there any manual document for using "Available fields"?
resolved