We currently use microsoft bookings (iframe) as a search option for appointments. It would be useful if the call agent clicks on a date and time in the iframe that it is carried over to the date and time in the form. Is this possible?
I don't have much knowledge of the programming yet, so if possible the complete set up including what has to be done onload and the like.
It would be a huge help. thanks in advance
Hi @indiranoppe,
Take a look at the following approach to pull data from the iFrame. https://www.geeksforgeeks.org/how-to-get-html-content-of-an-iframe-using-javascript/.
Hope this helps.
Thanks,
Drew