How to use
Use in pages and entries
Insert a [[ contactform ]]
or [[ orderform ]]
quicktag in any entry or template.
Use in a PivotX template
You can use the quicktags in any template, you can also use the advanced method in a template.
The formbuilder in a template is more flexible than the quick tags. Create a template with the form configuration in a [[ php ]]
block, or copy the example template and start from there. You have to set the allow_php_in_templates
to 1 in the advanced configuration of your PivotX installation if you want to use this.
FAQ
-
Why is my form not visible in a weblog?
If you want the contactform or orderform to be visible in a weblog listing you have to use the
showinweblog=1
parameter in your quicktags. -
Why is the advanced template output invisible?
You have to set the
allow_php_in_templates
to 1 in the advanced configuration of your PivotX installation if you want to use this. -
Can I override the default PivotX form output?
You can override the form output by editing the default template in
./pivotx/extensions/formbuilder/overrides/formclass_defaulthtml.php