Home Pricing Glossary Sitemap Contact Support Login Search
Home arrow Site Map arrow Index arrow CMS arrow Joomla 
ALL |0-9 |A |B |C |D |E |F |G |H |I |J |K |L |M |N |O |P |Q |R |S |T |U |V |W |X |Y |Z

Index arrow CMS arrow Joomla

Creating Thank you page facile form Print E-mail

How To Creat Confirmation Thank You Page in Facile Form 

 I find it amazing that such a simple feature is not available by default on Facile Forms, anyways, I finally got my answer, it's very simple really. But first you must do these simple steps:

1. Click Add "page behind" and make your thank you facile form confirmation page.

2. Go back to form page #1 and enter the following information.

 Here is a copy of the forum post in question.

 "Hi there,

I need something really simple. After clicking submit instead of going back to the form again I need it to go to a thank you page.

I understand that I need to create a Thank You page ( Add Behind ) and although I know that the library script can:

A. Validate and Submit
B. Move to the next page (the Thank you page I made)

It can do either or but not both.

How can I make it do both?

Submit the form and email it to me and then display the Thank you confirmation page?

I have absolutely no idea about scripting...

Could anyone give me the code needed to do that and please tell me where to put it?

Thanks,

The form in question is over here:

http://www.vancouvertransfer.com/component/option,com_facileforms/Itemid,31/

 

Answer:

 

In your buttons custom actionscript place the following replacing 'button_name' with your button name..

Code:
function ff_button_name_action(element, action)
{
ff_validate_submit();
ff_nextpage();
}
How To Creat Confirmation Thank You Page in Facile Form
or
--------------------------------------

Facile forms instructions for thank you page that work:

I. Create form or package.

2. Make sure to install module, mambot AND component.

3. Create first page with text field, this field will have no scripts whatsoever checked.

4. Create the button, the script to use is

Library  Custom  
Actions:  Click  
Script:  FF::ff_validate_submit

5. Create second page using the add page behind.

Just enter some text to say thank you, doesn't matter what you put in.

6.Select ALL form elements like buttons, text area ect...and then click edit form.

7.Click on Submit Peices tab on the top and

End SubmitType: Custom 

Then paste this text in the boxe

$this->execPieceByName('ff_InitLib'); // load the standard piece library
ff_redirectSelf("&ff_page=2", '_self'); // show thank you page

8.Go to a menu of your choice and add a link to component (component only, not component link)

9. Save and then click the link again, then add form name on the left, make sure it's the exact

name.


Over simplified original explanation below:


1. Make a new page in your form and your put a Thank you message there

2. Edit your forms properties, goto the Submit pieces Tab and choose Custom for the End Submit

piece.

Enter this as script:
$this->execPieceByName('ff_InitLib'); // load the standard piece library
ff_redirectSelf("&ff_page=2", '_self'); // show thank you page

 
Web Site Design Services Canada - SEO Vancouver BC Webmaster
Copyright © 1999-2008 | 6805 Fleming Street Vancouver, British Columbia, Canada V5P 3H4
Toll Free Phone: 1-800-680-1358 - Toll Free Fax: 1-801-740-8940 Privacy | Contact | Archive