Hi,
I building a Joomla registration form @
http://massmosaic.com/joomla/
The joomla username will later become part of the url for users. in this case massmosaic.com/username
I would like to add the massmosaic.com/ as the value and am doing so like this:
<input id="Field107" name="Field107" type="text" class="field text medium" value="massmosaic.com/" maxlength="255" tabindex="3" onkeyup="handleInput(this); " onchange="handleInput(this);" />
My question is, is it possible to have value="massmosaic.com/" and allow you to type after wards like it is, but not to pass massmosaic.com/username as the user name. Instead we want to pass just username
I building a Joomla registration form @
http://massmosaic.com/joomla/
The joomla username will later become part of the url for users. in this case massmosaic.com/username
I would like to add the massmosaic.com/ as the value and am doing so like this:
<input id="Field107" name="Field107" type="text" class="field text medium" value="massmosaic.com/" maxlength="255" tabindex="3" onkeyup="handleInput(this); " onchange="handleInput(this);" />
My question is, is it possible to have value="massmosaic.com/" and allow you to type after wards like it is, but not to pass massmosaic.com/username as the user name. Instead we want to pass just username