×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [RESOLVED]How to delte fields

[RESOLVED]How to delte fields 15 years 7 months ago #1023

  • Daniel
  • Daniel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Hi,
I am working on a new template for ijoomcomment. I deleted the website, name and emai fields in the default template index.html, but now the script does not work. It states it requires the tname.value. How do I change this (and values like username, website, email) to not required?

Daniel

[RESOLVED]How to delte fields 15 years 7 months ago #1024

  • Daniel
  • Daniel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Just worked it out myself, by making the name field invisible:
<tr class='sectiontableentry1'>
      <td width="100px"></td>
      <td><div>
          <input name='tname' type='text'  class='inputbox' size='40' value='{username}' style="background-color:transparent;border:0px solid white;" >
        </div></td>
    </tr>

[RESOLVED]How to delte fields 15 years 7 months ago #1035

  • Ajay Lulia
  • Ajay Lulia's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
make all the required fields as hidden and provide some value to it and the site should work fine.
  • Page:
  • 1
Time to create page: 0.107 seconds