{USERS_REGISTER_LOCATION}
alphaphoenix |
|
---|---|
Where is the location of the base html code for the default form plugins like : {USERS_REGISTER_LOCATION}?
|
Kort |
|
---|---|
system/core/users/users.register.inc.php
SED.by - создание сайтов, разработка плагинов и тем для Котонти
|
alphaphoenix |
|
---|---|
This file only as the php code that supports these plugins. Where is the html form code located that dictates the size of the forms box etc.?
Added 11 minutes later: So I did find it: "USERS_REGISTER_LOCATION" => "<input type=\"text\" class=\"text\" name=\"rlocation\" value=\"".sed_cc($rlocation)."\" size=\"24\" maxlength=\"64\" />", But the question I have is hot would I change this code to create a seperate box for each section of the adress ie: house#, Street, City, State, Zip ? |
|
Відредаговано: alphaphoenix (29.09.2009 05:32, 15 років тому) |
motor2hg |
|
---|---|
I think you need to use extrafield
|
alphaphoenix |
|
---|---|
Yes but how do I get the system to add the extrafield on to the end of form data from the location feild before it uploads
|