Hello,
Is it possible to have profile fields turn into links? This is what I'm trying to do:

For the field called "website," I would like the entered URL to automatically turn into a link, just like how it works when you enter a full URL into the "body."

I also have fields to input email addresses, which I would like to turn into mailto links.

Is that possible? Thanks

Comments

blackdog’s picture

Status: Active » Fixed

Use the Link and Email fields.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Swebmas’s picture

Status: Closed (fixed) » Active

Using the Email module doesn't provide a "mailto" field into the user profile. How can we do this?

Swebmas’s picture

Status: Active » Closed (fixed)

Here is a solution. We can rewrite the output of this field in Views with the replacement patterns like this: <a href="mailto:[value]">[value]</a>