Print Page | Close Window

Mod wanted: Location changes

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6002
Printed Date: 03 April 2026 at 8:36am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Mod wanted: Location changes
Posted By: faith72
Subject: Mod wanted: Location changes
Date Posted: 26 September 2003 at 4:48pm

Hi.  I am looking for a mod.

I am looking for a mod that will allow my registered users to be able to actually type in their location rather than just selecting a country.  

I can't post in the mods forum yet, so I was wondering if this could be moved there or if someone could help me out with this.  Thanks.




Replies:
Posted By: fernan82
Date Posted: 26 September 2003 at 6:02pm
I think a mod has been posted for that, search the mods forum, if not all you need to do is change the drop down to a text field.


Posted By: faith72
Date Posted: 26 September 2003 at 8:25pm
i looked in the mods forum and didn't see it... and i'll have someone who knows what they are doing take a look at that field on the coding     but thanks


Posted By: fernan82
Date Posted: 26 September 2003 at 11:29pm

Around line 1257 on register.asp chage:

<select name=location>
<option value="<% = strLocation %>" selected><% If strLocation = "" Then Response.Write "-- " & strTxtSelectCountry & " --" Else Response.Write strLocation %></option>
<!-- Include countires include file -->
<!-- #include file="includes/select_countries_list.asp" -->
</select>

to:

<input type="text" name="location" value="<% = strLocation %>" maxlength="60" />

That's it.



Posted By: faith72
Date Posted: 27 September 2003 at 8:33am
thank you so much 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net