How to show links in walk-up closed message.

Kishor O
Tera Sage

I want to show some links in walk-up portal when walk-up location is closed.

like below

We are closed at this moment.

Please visit www.example.comfor more information'

Thank you!

KishorO_0-1689071687051.png

 

 

 

 

 

 

9 REPLIES 9

Where did you place the HTML?  Can you show me your cloned versions of the Walk-Up Schedule experience widget like I explained above?

Hello @Michael Leone ,

This is the image of custom walk-up-schedule widget.

KishorO_0-1689224785151.png

 

* whre,closed message is a html field from wu_location_queue form.

here is the image of that form.

KishorO_1-1689224952657.png

*Closed message value called from wu_location_queue form to walk-up-schedule widget 76 th line of client side.

here is the image.

KishorO_2-1689225071884.png

 

Here problem I am facing is html tags are displaying in walk-up portal it should be trimmed.

KishorO_3-1689225202213.png

* Please help me to eliminate html tags from portal.

Note

*closed message field is html field and it is passing to widget from server.

 

 

 

Ah ok.  So you can't add curtom HTML as the closed message.  What you are better to do is format the closed message how you want it.  Then click on the code button highlighted below and copy the HTML.

MichaelLeone_0-1689227717799.png

 

You then need to Copy this code and paste it in UNDER the closed message in the walk-up schedule widget like below.

 

MichaelLeone_1-1689227801262.png

Keep in mind in this picture i've done it as the Away message.  You will need to put your custom html code that you have coppied under the c.data.closedMessage line but before the </h2> tag.

 

This is how i would copy the HTML code.

1. Write your custom message and click the source code button.

MichaelLeone_2-1689228075441.png

2. Copy this source code and paste into the custom schedule widget.

MichaelLeone_3-1689228112790.png

 

 

 

 

Please mark my answer as the solution if it helped you.

 

Thanks

Michael

@Michael Leone  Thank you for your suggestion on this.