Hi all,
What I'm trying to do in total is create a barcode (image) in the view using input.feild...
i have used this script in a formula to generate image (barcode)
<img src="http://chart.apis.google.com/chart?cht=qr&chs=200x200&chld=L |1&chl=" + input.feild +" alt="">
it works quite well however i need it to display the generated image in the views...
is there a way to get this done? I'm thinking of creating another formula to upload the image then render it using a "add notes" field but not sure of the formula to use.
Any help would be appreciated.