Do you mean the "Alternative Support URL" setting?
If so, sort of. You'd be modifying the resource_add page and you need to change the behavior between creating a new resource and editing an existing one:
Code:
<xen:if is="{$resource.resource_id}">
... code for editing ...
<xen:else />
... code for adding ...
</xen:if>