• I would like to have a formfield with a link but not the actual URL. Something like this

    <a href="https://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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I can implement this ??

    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="https://www.google.de">Google Searchengine</a>

    Same applies for E-Mails:

    [email protected]|E-Mail

    will output

    <a href="mailto:[email protected]">E-Mail</a>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ProjectManager] Link’ is closed to new replies.