I have a problem with resp. a question to FormBuilder module.
My setup of the contact form is okay: correct display, Captcha is working, confirmation emails to sender and receiver are okay and contain the desired fields. Also the submission page is working best; beside this:
If you want to print the submission page and click on print button (module Printing 0.2.5), you get an empty contact form

1st question: Did I make a mistake?

If I select the contact form the shown URL (Firefox 3.0.7 bzw. IE 7.0.5730.13) is: ...//index.php?page=kontaktformular
After submission submission page is displayed and the URL then is:: ...//index.php
When I click on printer button, URL is::
.../index.php?mact=Printing,m11,printpage,1&m11text=Druckversion%20dieser%20Seite&m11pdf=false&m11showbutton=false&m11returnid=81&page=81
2nd question: I don't understand this!

There is a hint for users: "fields with a * are mandatory!". I implemented this by adding fix text to Form Template. See here:
Code: Select all
<p style="font-size: smaller;">Hinweis: Mit * gekennzeichnete Felder sind Pflichtfelder!</p>
{* TABLE FORM LAYOUT / Field titles on Left *}
{* next line sets number of columns for things like checkbox groups *}
{assign var="cols" value="3"}
{$fb_form_header}
3rd question: Why are there (just these) parts of Form Template in the submission page?

Here my (propably involved) modules and versions:
CMSms 1.4.1, Captcha 0.3.1, CMSMailer 1.73.14, FormBuilder 0.5.11, Printing 0.2.5
Thanx a lot for your helpful answers!

Walter
P.S.: Here is the link to my contact form:
http://www.jugendfarm-augsburg.org/inde ... ktformular