Guest Posted August 5, 2005 Share Posted August 5, 2005 I installed the PWA 8.2 contrib and I am trying to make the customer info page look exactly like the create account info page with the same spacing and the required info with a red *, instead of a black *. I am not sure where the PWA is getting form name="account_edit" method="post" <?php echo 'action="' . tep_href_link('Order_Info_Process.php', '', 'SSL') . '"'; ?> onSubmit="return check_form(this);"><input type="hidden" name="action" value="process"><table border="0" width="75%" cellspacing="0" cellpadding="0" align="center"> Account edit is using "echo tep_draw_form('account_edit'', tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL'), 'post', 'onSubmit="return check_form(account_edit);"') . tep_draw_hidden_field('action', 'process'); The above may not even be what i need to change. I am trying to follow the code, but I am getting lost. I need someone who has been there to show me the way. I also integrated the login_pwa.php into the login.php so that PWA did not mess with the my autologin and antirobotic registration, works great. I apprecciate the help and all of the contribs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.