• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Modern AAC search form

Status
Not open for further replies.

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
I got a error when i click search (custom)
Code:
Disallowed Key Characters.

PHP:
<label>Character name</label>
<div id="characters" class="ui-helper-clearfix">
<input id="search" name="name" type="text" onblur="fill();">&nbsp &nbsp &nbsp <button type="submit" name="Submit class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false"><span class="ui-button-text">&nbsp Search &nbsp</span></button>
</form>

Fixed

"submit" name="Submit c

"submit" name="Submit" c
 
Status
Not open for further replies.
Back
Top