I knocked together a quick fix for my above problem that seems to work OK
Find in the xml file
Find
PHP Code:
<if condition="$vboptions['quickregister_dob']">
Add above
PHP Code:
Location (Town or country where you live)
<input type="text" class="bginput" name="userfield[field2]" size="25" maxlength="50" value="$userfield[field2]" dir="ltr" style="width:70px" /><br>
Change
Quote:
Location (Town or country where you live)
|
To what wording you want to appear beside the location box
So far using this hack, new registrations seem to be increasing :up: