Jul 13th, 2011, 5:54 AM
(Jul 13th, 2011, 12:37 AM)NuKa Wrote: Hi Ben
Sorry, but did you get my private message with the ftp access?
Best NuKa
Hi Nuka, Ben,
I also struggled with this issue. But I found it. It's a minor thing as Ben said. Look in yuur line where it says:
$fields = ft_api_init_form_page("", "test");
of course you already filled in your number like this:
$fields = ft_api_init_form_page("2", "test");
But the thing is what is still unclear to me is why it's called 'test'.
Because if you change that with 'initialize' you will see that it's going to work. So your line should be: (assuming your number is 2)
$fields = ft_api_init_form_page("2", "initialize");
That should do the trick.