Walk-up - Display custom field value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 11:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 12:06 PM
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.