Display text/links at the bottom of a Catalog Item form

westonr
Tera Contributor

I'm creating a catalog item, and at the bottom of the form I would like to display a line of text with a hyperlink on the end. 

find_real_file.pngWhat would be the best way to go about doing this? I've seen various forum posts suggesting to use a client script, annotations, etc. However these solutions don't display my text and link in the desired position on the form. 

Any suggestions will be much appreciated!

Thanks,

Weston

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi Weston,

 

You can put the text and link in a macro and add the macro on the catalog at this position(variable of type macro)

-Anurag

View solution in original post

5 REPLIES 5

Blaze2
Kilo Guru

You could create a Catalog Client Script for Default Text 

 

find_real_file.png

 

find_real_file.png

 

function onLoad() {
//Type appropriate comment here, and begin script below
g_form.showFieldMsg('description','Please include specific location','info');
}