Hello,
I am helping a friend with a small, yet tricky problem(for us).
Any help would be appreciated, as I’ve hit a dead-end and could use some advice.
We’re using Yoothemes’s zoo component for Joomla and we’d like for users to make listings on our tire exchange. It works fine.
The only problem is that one of the core elements keeps reverting back to ‘Name’ and we want it be called ‘Listing Title’.
Check it out: http://wintertireexchange.ca/submit-listing
This is the code I changed. But it keeps changing back.
[code]
WINTER TIRES FOR SALE<div class="element element-name required ">
<strong>Name</strong>
<input type="text" name="name" size="60" value="" />
</div>
<div class="element element-textarea first required">
<strong>Description</strong><div id="83ba7366-d126-40f0-923e-3e7a94f0e773" class="repeat-elements">
-
[/code]
Thoughts?