ceplondres
Member
Posted 7 months ago #
I would like to have a formfield with a link but not the actual URL. Something like this
<a href="http://www.e-port.com/wp-content/resources/abcd.pdf">download</a>
When I use the "text" or "textfield" formfields the page displays the actual code.
Is there a way to do this?
Great plugin.
Pedro
I have implemented alternative texts for URL and E-Mail in Version 2.3. Enter them in the following way:
www.google.com|Google Searchengine
would result in
<a href="http://www.google.de">Google Searchengine</a>
Same applies for E-Mails:
example@example.com|E-Mail
will output
<a href="mailto:example@example.com">E-Mail</a>