WuBook Community Forum
How to customize booking form in own website to update data in Wubook - Printable Version

+- WuBook Community Forum (https://en.wubook.net/forum)
+-- Forum: WuBook Suite (https://en.wubook.net/forum/forumdisplay.php?fid=1)
+--- Forum: Support for the Booking Engine (https://en.wubook.net/forum/forumdisplay.php?fid=2)
+--- Thread: How to customize booking form in own website to update data in Wubook (/showthread.php?tid=46)



How to customize booking form in own website to update data in Wubook - LP041 - 04-08-2014

Hi guys,

I want to submit my data in my booking form to wubook and update data in wubook too by using PHP. Could you help me some idea or references to work with this?

Thanks in advance,

I'm looking for your help.


RE: How to customize booking form in own website to update data in Wubook - amber - 04-08-2014

Hello,

you can create a web form with the properly style that require in GET/POST the address with this query string:

https://wubook.net/wbkd/wbk/?lcode=XXXXXXXXXXdfrom=dd/mm/aaaa&dto=dd/mm/aaaa

where lcode is lodging code, it will open the online reception with the stay specified.
The link for the docs: https://sites.google.com/site/wubookdocs/online-booking

I hope it's usefull

Best regards


RE: How to customize booking form in own website to update data in Wubook - LP041 - 04-08-2014

(04-08-2014, 05:31 PM)amber Wrote: Hello,

you can create a web form with the properly style that require in GET/POST the address with this query string:

https://wubook.net/wbkd/wbk/?lcode=XXXXXXXXXXdfrom=dd/mm/aaaa&dto=dd/mm/aaaa

where lcode is lodging code, it will open the online reception with the stay specified.
The link for the docs: https://sites.google.com/site/wubookdocs/online-booking

I hope it's usefull

Best regards

Dear amber,

Thank you for your adivce. But I'm still not clear with Identifier code(Icode) how can I get lcode?

Thanks.


RE: How to customize booking form in own website to update data in Wubook - amber - 04-08-2014

Hello,

lcode it's the Property Identifier Number in wubook system (You must have an account wubook).
But i think I did not understand something.
Anyway the doc more infos can founded in: https://sites.google.com/site/wubookdocs/online-booking/online-reception-html-specifications.

Regards