I need to create a form for an accommodation website with an arrival date and a "submit" type button in it which then brings up an availability calendar with the following code:
<iframe width=”100%” height=”1000”
src=”http://www.resbook.co.nz/art/
guests/?pid=XXXX&availability=show&iframe=1&dd=DD&mm=MM&yyyy=YYYY”
frameborder=”0” scrolling=”NO” marginwidth=”0” marginheight=”0” vspace=”0” hspace=”0”
allowtransparency=”true”></iframe>
The form has to generate the DD, MM and YYYY.
I'm not sure whether this is something I can do using Gravity forms, if I need to find a developer to work on the problem or if it's not possible at all.
Any suggestions on how I should proceed?