Oct 30th, 2009, 1:01 AM
(Oct 29th, 2009, 7:54 PM)Ben Wrote: Hey msaz,
Sorry for not replying sooner - I've had a pretty busy week! Would you mind posting your entire code? I'd like to see the whole shebang to see if I can spot anything out of whack.
Thanks!
- Ben
Sure thing -- thanks so much for helping me.
Attached below are the two files involved (I think, its been a little while since I was working on this, so if it seems like anything is missing just let me know...)
Both are included into other pages which define whether the form needs to be initialized and what ID it is... but everything else should be there. The reg_api.php file contains versions of both the working code w/out the ft_api_check_submission_is_unique and the version not working with it (one is listed as "league registration" and the other "tournament registration").
And on the confirm page, of course, is the:
PHP Code:
require_once("[PATH TO]/global/api/api.php");
$fields = ft_api_init_form_page();
ft_api_clear_form_sessions();
That should be all of it..
Thanks again!
tournament_registration_new.php (Size: 7.25 KB / Downloads: 7)
reg_api.php (Size: 3.7 KB / Downloads: 6)