hello
I bought your component VEHICLE MANAGER PRO for joomla 1.5
for the realization of a car sales site
the problem is that every site is configured for a car rental
I would like to remove all that is car rental
when an ad is displayed
two fields are visible rental date
I want to simply remove
I tried removing the file vehiclemanager.html.php
this code
but the button to submit your application no longer works
...............................................................................
<br />
<p>
<?php echo _VEHICLE_MANAGER_LABEL_RENT_REQUEST_FROM; ?>:<br />
<input class="inputbox" type="text" name="rent_from" id="rent_from" size="12" maxlength="10" value="<?php echo date("Y-m-d"
; ?>" />
<input type="reset" class="button" value="..." onclick="return showCalendar('rent_from', 'y-mm-dd'
;" />
</p>
<p>
<?php echo _VEHICLE_MANAGER_LABEL_RENT_REQUEST_UNTIL; ?>:<br />
<input class="inputbox" type="text" name="rent_until" id="rent_until" size="12" maxlength="10" value="<?php echo date("Y-m-d"
; ?>" />
<input type="reset" class="button" value="..." onclick="return showCalendar('rent_until', 'y-mm-dd'
;" />
</p>
...............................................................................................
2 eme problème
I want to have a form in corect
submit your application
that there
name and email
I want added fields
country
city
address
phone
please make coment
3rd problem
when a person submits a request I would like to redirect to a specific page of my site
thank you for your help
joe