lilysavage Posted June 24, 2004 Posted June 24, 2004 For some reason I can't seem to create customer accounts online. Every time I input the details and click continue it takes me back to the input page!! Anyone any ideas???? you can try here, https://viking.xssl.net/webtechnique.net/ec...4af42cfc1a22287 Thanks :)
rcmdesign Posted June 24, 2004 Posted June 24, 2004 Looks like the form is pointing to https://viking.xssl.net/webtechnique.net//e...4af42cfc1a22287 Extra "/" character in there...Might be causing some type of error... What is your php code for the form...Should look something like this: echo tep_draw_form('create_account', tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onSubmit="return check_form(create_account);"') . tep_draw_hidden_field('action', 'process');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.