You are viewing limited content. For full access, please sign in.

Question

Question

Display a website calendar in forms

asked on October 8, 2017

Hi Everyone

I would like to display a Calendar in my Leave Form that was built in Forms. It is an online Calendar (https://www.timeanddate.com/calendar/monthly.html) that I would like to display in an iFrame

Can anyone advise me on how to do this ?

Thanks

0 0

Answer

SELECTED ANSWER
replied on October 8, 2017

I went and had a proper look at the site you linked, I had assumed it was a calendar designed for web use but it looks like the site you are using creates calendars for printing? I could be missing something but I couldn't find anything that you could embed with an iframe on that site.

Id recommend finding a site that creates calendars designed for web use.

1 0

Replies

replied on October 8, 2017

As long as you don't want to feed any input back into your forms process just embed the url in an Iframe in a custom html object.

The most basic syntax for an iframe is :

<iframe src="https://www.yoururlhere.com"></iframe> 

Hope that helps.

0 0
SELECTED ANSWER
replied on October 8, 2017

I went and had a proper look at the site you linked, I had assumed it was a calendar designed for web use but it looks like the site you are using creates calendars for printing? I could be missing something but I couldn't find anything that you could embed with an iframe on that site.

Id recommend finding a site that creates calendars designed for web use.

1 0
replied on October 8, 2017

Thanks, no wonder i was having no luck with the site. Found one i can use at (https://tockify.com).

Thanks for the help.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.