Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Thanks. Is there a way to make an add field for this type. I already had a Link Field and Image Field. Can we join them together like Image and URL as one field? So that I will only upload the image and input the URL.
Comments
l() function should work
If you are implementing this from within a module (programatically), you can use the Drupal's link function to use an image as a link.
for example:
The API page for this is at:
http://api.drupal.org/api/function/l/5
Thanks. Is there a way to
Thanks. Is there a way to make an add field for this type. I already had a Link Field and Image Field. Can we join them together like Image and URL as one field? So that I will only upload the image and input the URL.