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.

Need some help with an calculation form please

  1. lukewatson81
    Member

    Hi,
    I am trying to duplicate this form here
    http://aarental.com.au/ (under individual or packages you will see the easy form)

    Once the end user selects their option (and I assume I will use conditional logic here) but once the option is selected....they then hit an enquire button and I would like the information they submitted to be added to the form their enquire about...
    Is this possible.
    If so, how do I accomplish this?
    Thanks for helping with this

    Posted 11 years ago on Wednesday March 20, 2013 | Permalink
  2. The page here http://aarental.com.au/packages.php will just be a list of all your packages. Each item in the list will link to the same page on your site, the page where you have your form embedded. Each link will include the package they are enquiring about. The links would look something like this:

    http://example.com/enquiry/?package=1brstarter
    http://example.com/enquiry/?package=1brdeluxe
    http://example.com/enquiry/?package=2brstarter
    http://example.com/enquiry/?package=2brcorporate
    etc.

    The form is pretty straightforward. You will need to have a field in the form and allow it to be populated dynamically. Give it a parameter name of "package" (to match the example above.) You can make this a drop down field if you want. You can mark it admin only if you want, if this information is for admin only, not necessarily added to the form display.

    Clicking a link on your list of packages page will populate your form field with the value you sent for the "package" parameter.

    Once you get started with that, please post a URL to the page on your site where the packages are listed and we'll take a look at your configuration.

    Posted 11 years ago on Saturday March 23, 2013 | Permalink