|
|
|
|
|
|
|
|
|
|
![]() |
||||||||
| Anon Solutions | |||||
|---|---|---|---|---|---|
|
|
|
| Resources Tools | |||||
|---|---|---|---|---|---|
|
| Web Hosting | |||
|---|---|---|---|
|
| Web Site Design | ||||||
|---|---|---|---|---|---|---|
|
| Translation Services | |||
|---|---|---|---|
|
| Affiliates | ||||
|---|---|---|---|---|
|
Index CMS Joomla |
| Creating Thank you page facile form |
|
|
How To Creat Confirmation Thank You Page in Facile FormI 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,
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 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 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.
2. Edit your forms properties, goto the Submit pieces Tab and choose Custom for the End Submit piece.
Enter this as script: |



