cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ken_James
Engaged Sweeper
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?
2 REPLIES 2
jantjeb
Engaged Sweeper
This is already possible but you must edit the file it-extrainfo.aspx
there you need to change the label item. for example:


<td align="right" class="lijntje"><strong>Windows Serial:&nbsp;</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.
Hemoco
Lansweeper Alumni
Next version will support this.