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