Formbuilder: no print view of submission page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
JuFa
Forum Members
Forum Members
Posts: 13
Joined: Sun Nov 16, 2008 10:32 pm

Formbuilder: no print view of submission page

Post by JuFa »

Hello,

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 :o instead of print view of your entries. (same mailfunction when using PDF-converter-function!)

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}
You can read this fix text on submission page too. But there is no fix text in my Submission Template!

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
JuFa
Forum Members
Forum Members
Posts: 13
Joined: Sun Nov 16, 2008 10:32 pm

Re: Formbuilder: no print view of submission page

Post by JuFa »

anyone any idea?  ???
User avatar
lemonaid
Forum Members
Forum Members
Posts: 77
Joined: Mon Sep 22, 2008 7:44 am

Re: Formbuilder: no print view of submission page

Post by lemonaid »

Struth, isn't it frustrating?  You would think that this would long ago have come up as an issue and have been resolved.

I'm finding the default install print button is good for very little.
Bumpy
New Member
New Member
Posts: 4
Joined: Wed Mar 28, 2007 8:52 pm

Re: Formbuilder: no print view of submission page

Post by Bumpy »

I have a multi page form and wanted to be able to print it. My workaround was to add a print button in the form template.
Maybe this will help someone, maybe not  :-\

Code: Select all

	{if $has_captcha == 1}
		<div class="captcha">{$graphic_captcha}{$title_captcha}<br />{$input_captcha}</div>
	{/if}
</br><b>Please print this page for your records before continuing.</b></br></br>
<input type="button" value="Print" onclick="window.print()" /></br>
	<div class="submit"></br>{$prev}{$submit}</div>
	</div>
	{$fb_form_end}
{/if}
{$fb_form_footer}
Post Reply

Return to “Modules/Add-Ons”