
ross
Staff
/ Moderator

Sep 26, 2006, 3:42 PM
Post #2 of 3
(1986 views)
Shortcut
|
|
Re: [simonwh] Entering values into form fields
[In reply to]
|
Can't Post
|
|
Hi Simon. Thanks for posting! The reason all those % symbols are coming in there is because of the _ue modifier on the url_thispage placeholder. Basically, that’s URL encoding the value of that placeholder. What you’ll want to try here is just taking the modifier off so your code looks like this:
<input type="text" name="html" onFocus="this.select()" value='<a href="$url_thispage$">$art_name$</a>' Give that a shot and let me know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|