Is it possible to add a hyperlink to one of the data grid widget cells?

  • aaosresearch
    Asked on July 12, 2016 at 3:32 PM

    I am trying to provide a link as part of the data within the data grid widget, but I am unsure how to do this. I tried to code in html, but the link still doesn't work. Is there an easier way to do this? If not, is there at least a way to do this where the link is clickable for redirect to another page?

     

    Thanks, 

     

    Kyle

  • KadeJM
    Replied on July 12, 2016 at 5:10 PM

    To my current understanding it seems to me that you want to be able to include a row of linked data within the data grid widget.

    I found the problem.

     

    There was an error in your html link:

    <a gref="https://www.google.com">Google</a>

     

    Whereas it should be: 

    <a href="https://www.google.com">Google</a>

     

    Is it possible to add a hyperlink to one of the data grid widget cells? Image 1 Screenshot 30

    Is it possible to add a hyperlink to one of the data grid widget cells? Image 2 Screenshot 41

  • aaosresearch
    Replied on July 13, 2016 at 10:17 AM

    Perfect thank you for the fix. Is there a better way to do this or will this be the only way to include a column of web-links?

  • David JotForm Support
    Replied on July 13, 2016 at 12:23 PM

    If you need clickable links, the only way to do so would be to add them as hyperlinks as you have already been doing. 

  • aaosresearch
    Replied on July 14, 2016 at 8:17 AM

    Ok, thank you both for your help, that is everything I needed. 

  • Ashwin JotForm Support
    Replied on July 14, 2016 at 9:35 AM

    Hello aaosresearch,

    On behalf of my colleagues, you are welcome. 

    Do get back to us if you have any questions.

    Thank you!