[quote]<MySource_AREA id_name="editor_email" design_area="metadata" >
<MySource_SET name="metadata_field" value="Publisher Email" />
</MySource_AREA>
<MySource_AREA id_name="editor_email_link" design_area="constant_button">
<MySource_SET name="url" value="Publisher Email" />
<a <MySource_PRINT var='href' />> mailto: </a>
</MySource_AREA>[/quote]
Ok this is the code I got to display the meta data email…
I want to get it as a mailto link.
I want the value of "Publisher Email" to appear in the url value of the constant button with the concat of mailto: at the front…
I can't concat values can i? or declare variables?
Something like this:
mailto:
aaah so thats how you do it…
cheers