September 04, 2010, 12:25:41 PM

Author Topic: [Solved] Application Form Code  (Read 73 times)

Offline Bassaddicted

  • DX Dragoon
  • Newbie
  • *
  • Reputation Power: 0
  • Bassaddicted has no influence.
  • Posts: 19
  • Web Developer / Creative Director
    • View Profile
    • RacingHK
[Solved] Application Form Code
« on: June 18, 2010, 10:14:38 PM »
hey Rax here is the code and prob Fix for it if it doesn't have anything yet coded for it.

Has you can see both <textarea> tags uses the same Name="other" witch in turn conflicts with the Javascript Coding you have going on or php... wich ever
Code: [Select]
<tr class="windowbg">
<td align="right">
<td align="left">
------<textarea name="other" rows="4" cols="40"/>------
</td>
</tr>
<tr class="windowbg2">
<td align="right">* Why do you want to join Dragox:</td>
<td align="left">
------<textarea name="other" rows="4" cols="40"/>------
</td>
</tr>

Solution if you don't have one change #8's name to name="whyjoin" has is why do you want join Dragox

Code: [Select]
<tr class="windowbg">
<td align="right">
<td align="left">
------<textarea name="other" rows="4" cols="40"/>------
</td>
</tr>
<tr class="windowbg2">
<td align="right">* Why do you want to join Dragox:</td>
<td align="left">
------<textarea name="whyjoin" rows="4" cols="40"/>------
</td>
</tr>

P.S not trying to tell your coder to do his job on the other hand just trying to save him a few mins of Bug Fixing .. if he just did a typo good for him/her/it i dunno :d
« Last Edit: June 20, 2010, 03:55:05 PM by RaXavier »

Offline RaXavier

  • DX Council Leader
  • Jr. Member
  • *
  • Reputation Power: 3
  • RaXavier might someday be someone...RaXavier might someday be someone...RaXavier might someday be someone...RaXavier might someday be someone...
  • Posts: 92
  • Character is what you are in the dark
    • View Profile
Re: Application Form Code Miss hap
« Reply #1 on: June 19, 2010, 05:07:34 PM »
was the prob in the forum or on the application? the application is a VERY long php which seems right. question 6 and 7 are the saem about what u like about games, while 8 is about dragox so im missing the prob?

Offline Bassaddicted

  • DX Dragoon
  • Newbie
  • *
  • Reputation Power: 0
  • Bassaddicted has no influence.
  • Posts: 19
  • Web Developer / Creative Director
    • View Profile
    • RacingHK
Re: Application Form Code Miss hap
« Reply #2 on: June 19, 2010, 05:10:51 PM »
was the prob in the forum or on the application? the application is a VERY long php which seems right. question 6 and 7 are the saem about what u like about games, while 8 is about dragox so im missing the prob?

can you send me via my e-mail the .php for that page ill comment and highlight the Prob on the .php sicne i cannot see the registration form anymore since i was move in another group that doesn't need it lol
« Last Edit: June 19, 2010, 05:13:49 PM by Bassaddicted »

Offline RaXavier

  • DX Council Leader
  • Jr. Member
  • *
  • Reputation Power: 3
  • RaXavier might someday be someone...RaXavier might someday be someone...RaXavier might someday be someone...RaXavier might someday be someone...
  • Posts: 92
  • Character is what you are in the dark
    • View Profile
Re: Application Form Code Miss hap
« Reply #3 on: June 19, 2010, 05:19:10 PM »
>< its secret, what was the prb exactly