PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Date range form linking to Availability Calendar

  1. northweb
    Member

    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?

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  2. David Peralty

    A JavaScript developer should be able to give you what you want because currently, there is no way to pass data to an iframe within Gravity Forms.

    Basically, the developer should hook into the date field changes, and re-write your iframe url to match.

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  3. northweb
    Member

    Thanks David. Is that the sort of job I can post on the Gravity Job Board do you think?

    Posted 11 years ago on Monday November 19, 2012 | Permalink