Hello,
I need to change the order my custom fields are displayed, but I'm not really sure what to code. I believe this is how to add standar text field:
It showed up, is this correct?
Also I found another topic in this forum which talked about drop down menu...Code:<tr class="tbl_normal"> <td>Original Movie Title</td> <td><input class="text3" type="text" name="title" size="40" value="<%$omtitle%>" /></td> </tr>
In this case in my admin panel the custom field is like this:
Now, would this code be correct?field: caseformat
Type: SELECT
1|DVD
2|CD
Last, could anyone tell me the code for thumbs upload and radio button?Code:<tr class="tbl_normal"> <td valign="top"><b>Format</b></td> <td><select name="caseformat"> <option value='DVD' >DVD case</option> <option value='CD' >CD case</option> </select><br /></td> </tr>
Thanks a lot![]()




