Walk-up - Display custom field value

mvenugopal
Tera Contributor

Hello,

 

We have a requirement to display a message containing a URL on the Walk-up page in addition to the welcome message. The welcome message is displaying correctly. I have created a custom field in the table with the message that I want to display. How do I go about displaying the value in this custom field to the walk-up page? Thank you.

1 REPLY 1

Gopal Allu
Tera Expert

Hi @mvenugopal ,

 

If you want to display the url of the data field in the server script and show that in the widget using the {{data.example}}

 

server script:

data.example = 'your field url';

 

If it is helpful. Please make it helpful/correct.

 

Thanks and Regards,

Allu Gopal.