How to send parameter to a FormBuilder page
Posted: Mon Nov 16, 2015 4:10 am
I am converting a site that consists of a bunch of php files into CMS Made Simple 2.0.1.1. There is a page for each staff person in the organization, and each page has a link like this:
<a href="contact.php?id=unique-id-for-this-person">Contact Me</a>
So, a bunch of similar links point to a single form that manages emailing the particular person. How can I duplicate this functionality?
I saw a similar question on the Forum where the issue had to do with passing a parameter to the {FormBuilder} call, but this is a bit different since the parameter there is passed inside CMS instead of from a URL as in my case.
Can someone give a suggestion as to the correct "CMSMS way" to do what I need to do?
Thanks,
Matt
<a href="contact.php?id=unique-id-for-this-person">Contact Me</a>
So, a bunch of similar links point to a single form that manages emailing the particular person. How can I duplicate this functionality?
I saw a similar question on the Forum where the issue had to do with passing a parameter to the {FormBuilder} call, but this is a bit different since the parameter there is passed inside CMS instead of from a URL as in my case.
Can someone give a suggestion as to the correct "CMSMS way" to do what I need to do?
Thanks,
Matt