Shape 5

Joomla Club Extensions => Reservations - Club => : deathp December 21, 2010, 04:53:51 AM



: NEED HELP: Deleting fields from the front-end.
: deathp December 21, 2010, 04:53:51 AM
Hey Guys,

I really need help... i've been working on this for over a week now and i can't get it to work. I did a couple of things to the reservation module. Everything works, language etc. But when i delete the check in / check out fields from the default.php file a 404 error shows when trying to send the form. The error is: Not Found - The requested URL /beta/modules/mod_s5_reservations/scripts/contact.php was not found on this server.

i really need your help, i editted the following files correctly cause they seem to work:

default.php
contact.js
xmlHTTPrequest.php

Am i forgetting something, or how can i debug this. I don't get the error and i have no clue where to start debugging.

Please, i really appreciate it,

PvO

URL where this is happening: http://www.aquasportalmere.nl/beta/


: Re: NEED HELP: Deleting fields from the front-end.
: jonahh December 28, 2010, 03:15:15 PM
What if you just wrap the input boxes for the check in/check out with a DIV with a display none:

<div style="display:none;"> input boxes here </div>