Foren / Cotonti / Support / base html

{USERS_REGISTER_LOCATION}

alphaphoenix
#1 28. September 2009, 11:42
Where is the location of the base html code for the default form plugins like : {USERS_REGISTER_LOCATION}?
Kort
#2 28. September 2009, 14:08
system/core/users/users.register.inc.php
SED.by - создание сайтов, разработка плагинов и тем для Котонти
alphaphoenix
#3 29. September 2009, 05:21
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 ?

Dieser Beitrag wurde von alphaphoenix (am 29. September 2009, 05:32, vor 15 Jahre) bearbeitet
motor2hg
#4 29. September 2009, 14:42
I think you need to use extrafield
alphaphoenix
#5 30. September 2009, 02:11
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