I should create a simple emailing form, similiar to one at normal contact page, but with dropdown box to select user it refers to. To create this kind of form I'd like to use chronoforms.
I have also installed contact information mambot, with which I can easily get some information from contacts of Joomla.
But it seems I cannot combine these too, to have i.e. something like this:
So is it possible to have some mambot functioning inside a form?
I have also installed contact information mambot, with which I can easily get some information from contacts of Joomla.
But it seems I cannot combine these too, to have i.e. something like this:
<select name="person" id="person">
<option>{contactinfo 1}[name]{/contactinfo}</option>
<option>{contactinfo 2}[name]{/contactinfo}</option>
<option>{contactinfo 3}[name]{/contactinfo}</option>
</select>
So is it possible to have some mambot functioning inside a form?