Quote:
Originally Posted by ram94401
If your hack has some kind of configuration by which you make the referrer field read-only, that would be nice.
|
This can be acomplished by a simple template change by adding
readonly to the input type or for XHTML compliance
readonly="readonly"
Just look for the input tag in your register template (search for
id="referrerfield")
On my site I have completly removed the referrid input field and instead using an hidden input tag to pass on the referrer. I'll look into including this as an auto template change for one of the next versions.