Feb 1st, 2010, 5:15 AM
Sure. I've done this:
I got this code:
Now in the Forms list I have one form with ID=1 and status incomplete (I can't get test submission because of error #100).
So...
Quote: Log into Form Tools (as the administrator) and on the Forms page, click on "Add Form". Continue to step 3 and click on the second "Code" option. There, it will have generated a line of PHP which looks like this (X will be your form number):
Copy that line and overwrite the corresponding line in your form page.PHP Code:$fields = ft_api_init_form_page(X, "initialize");
I got this code:
PHP Code:
$fields = ft_api_init_form_page(1, "initialize");
So...