Apr 3rd, 2012, 2:23 PM
Instead of javascript or a text link it would be great if there was a built-in back button feature in the API. It could be done by adding 2 more optional parameter keys to ft_api_process_form() called "back_button" and "prev_page". So for example:
Code:
$params = array(
"submit_button" => "submit",
"back_button" => "back",
"next_page" => "page3.php",
"prev_page" => "page1.php",
"form_data" => $_POST
);