Hi Rob,
Why is the following code is not working??
I am trying to populate this field automatically by the title value of an entry from another channel “apartment”. The title value selection is based on the url_title found in segment 3 in this new entry being added…
I hope I made self clear..
<fieldset>
<label for=“apt_id_rent1” id=“apt_id_rent1_lbl”>عÙ?Ù?اÙ? اÙ?Ø´Ù?Ø©</label>
<input type=“text” name=“apt_id_rent1” id=“apt_id_rent1” value=”{exp:channel:entries channel="apartment" url_title="{segment_3}”}
{title} {/exp:channel:entries}” size=“25” maxlength=“25” />
</fieldset>
Thanks for your support..