View Single Post
Old 15.05.2007, 19:13   #2 (permalink)
motin
Baby Mamber
 
Join Date: Jan 2006
Posts: 5
motin is on a distinguished road
Default Re: Facile Forms submit & thanks

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

For further questions about facile forms, visit http:// www . facileforms . biz / forum / (without spaces - this forum doesn't allow me to post urls yet)

PS You probably have found your solution, but others might wonder...
motin is offline   Reply With Quote