Hi,
Control macros can be used to resolve parts of text to the inline controls. The macro is in format {^BizFormControl^} and can (usually must) contain parameters for the control in a standard way of parameterized macros, such as {^BizFormControl|(FormName)ContactForm^}. It will be resolved to inline control which will get those parameters to initialize itself.
The code of poll inline control you can find here:
~/CMSModules/Polls/InlineControls/PollControl.ascxUsing control macro you can pass another patarameter to the inline control. More information you can find in:
How to pass two parameters to the inline controlInserting inline control directly allow you to insert only one parameter but you can parse in the inline control code. Here is an
example.
Best regards,
Ivana Tomanickova