OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
leave field blank = default text that appears (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Leave field blank = default text that appears

Lodeke87 (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
leave field blank = default text that appears 2 Years, 11 Months ago
Karma: 0  
Is it possible if you leave a field empty in the back-end that a standard sentence will appear in the place where the value of the field is normally. For example here I have a field in the back end where I enter the price per month. If I leave this field empty in the back end, the website should show: No financing possible.

File: /administrator/components/com_vehiclemanager/vehiclemanager.html.php
Code:


<tr>
<td width="185"><?php echo 'Prijs per maand'; ?>:*</td>
<td><input id = "maand" class="inputbox" type="text" name="maand" size="15" value="<?php echo $row->maand; ?>" />&nbsp;
 <?php echo $currency; ?>
</td>
</tr>



Thank you!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:leave field blank = default text that appears 2 Years, 11 Months ago
Karma: 101  
Hello

We need:

Full Detail description: How reproduce this. Step by step. Detail description: how we may reproduce this. With screenshots and links.

And 'Prijs per maand' is 'No financing possible' ?


Thanks,
OrdaSoft team.
P.S. Please do site backup 2 times per month
Logged Logged
The administrator has disabled public write access.
Go to top
»