Data Display (Block) and Placeholders
Permalink
I'm trying to get Data Displays List template to hot link to the email addresses from the form data. Not sure what i'm doing wrong. Thanks
<td><p><field name="Email Address" placeholder="email" /><a href="mailto:{{email}}" Email Address</a></p></td>
<td><p><field name="Email Address" placeholder="email" /><a href="mailto:{{email}}" Email Address</a></p></td>
Nevermind!!!!
How did you solve your problem?
this is the correct code
<td><p><field name="Email Address" placeholder="email" /><a href="mailto:{{email}}"> Send Mail</a></p></td>
I was missing the ">" after {{email}}
Here is the page that i have my list.
http://dev.506infantry.org/currahees/currahee-email-address/...
<td><p><field name="Email Address" placeholder="email" /><a href="mailto:{{email}}"> Send Mail</a></p></td>
I was missing the ">" after {{email}}
Here is the page that i have my list.
http://dev.506infantry.org/currahees/currahee-email-address/...
Guy's,
I'm trying to pass the variable Owner ID to replace the static number 2 (see below), but just cannot work it out. Is this possible? Can you please help?
<a title="Search or Place Ad" href="https://www.easyroomlets.com/index.php/profile/messages/write/2/">Click here to contact <owner /></a>
I'm trying to pass the variable Owner ID to replace the static number 2 (see below), but just cannot work it out. Is this possible? Can you please help?
<a title="Search or Place Ad" href="https://www.easyroomlets.com/index.php/profile/messages/write/2/">Click here to contact <owner /></a>
Just to confirm, I'm trying to respond via a private message to the owner of an Ad
Does it work if you do this?
<field name="Owner ID" placeholder="ownerid" /> <a title="Search or Place Ad" href="https://www.easyroomlets.com/index.php/profile/messages/write/{{ ownerid }}/">Click here to contact <owner /></a>
Hi Hutman,
Thanks for getting back to me. That code unfortunately does not work - it takes me back to the profile of the person reviewing the Ad, and does not open a message to the Ad originator.
I have tried some many variations with placeholders I am starting to confuse myself :-(
If I enter the following URL it will take me straight to where I want to go,
https://www.easyroomlets.com/index.php/profile/messages/write/38... i.e. open the message with the Ad originators name.
I feel the answer is just staring me in the face and I cannot see it.
Can you think of any other solution?
Thanks for getting back to me. That code unfortunately does not work - it takes me back to the profile of the person reviewing the Ad, and does not open a message to the Ad originator.
I have tried some many variations with placeholders I am starting to confuse myself :-(
If I enter the following URL it will take me straight to where I want to go,
https://www.easyroomlets.com/index.php/profile/messages/write/38... i.e. open the message with the Ad originators name.
I feel the answer is just staring me in the face and I cannot see it.
Can you think of any other solution?
Anyone ???
Perhaps you should start another thread and fully describe what you are trying to do. You have not described fully which fields you are working with and the scenario that you are trying to create.
OK, cheers I'll try that