(Nov 7th, 2009, 10:59 AM)Ben Wrote: Hey st8,
It'll be the same page you're currently on: so /my-page or whatever.
- Ben
Ben, I've had a working FT form for over 2 years, but I also now need to place my external form inside a wordpress theme to match the clients new website design and can't seem to get it to work as expected. I am calling the page from within the a basic wordpress theme template via php:
<?php include '/path/to/register/index.php'; ?>
I just upgraded Form Tools to v2.2.5. API v1.1.4. Your solution gets the form to proceed to the next page, but the users input data is not being saved, all fields are blank on page 2 (Review). In the database, all the values are NULL. When I go back, the form is also blank. I also tried adding this to my config.php file:
$g_api_session_type = "database";
$g_api_session_timeout = "3600";
...with no luck. Also put the php api call on-top/first directly in the wordpress template. Tried disabling JS in my browser, nope.
My multi-form is Step 1 (Register Form), Step 2 (Review), Step 3 (PayPal), Step 4 (Confirmation).
I've been working on this for 5 days and really need to get this form to work within a wordpress template.