
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2009 04:06 PM
Can you tell me if it's possible to modify the name tags titled Custom 1 through to 9 in the Custom Fields page? For example "Custom 1:" I would like to rename to "Local Contact", is this possible?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2009 05:16 PM
This is already possible but you must edit the file it-extrainfo.aspx
there you need to change the label item. for example:
Where now Windows Serial is, was Custom1.
Dont make my mistake to edit the other Custom1 to anything else. these correspond to the database. So editing these makes filling in information usesless because it aint getting saved.
This only work for the looks on the website.
there you need to change the label item. for example:
<td align="right" class="lijntje"><strong>Windows Serial: </strong></td>
<td class="lijntje"><input name="Custom1" class="in" type="text" id="Custom1" value="<%# dscustom.FieldValue("Custom1", Container) %>" /></td>
Where now Windows Serial is, was Custom1.
Dont make my mistake to edit the other Custom1 to anything else. these correspond to the database. So editing these makes filling in information usesless because it aint getting saved.
This only work for the looks on the website.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2009 05:57 PM
Next version will support this.
