I have 1 form, with 2 sets of information:
Billing Address
<submit button>
Credit Card Information
<Submit Button>
When a user presses the enter button after typing something, the first <submit button> is automatically used. How can I make it so.. if the user is typing in credit card info, and he hits enter.. the <submit button> for CC info will be submited instead of the other?
thanks!
Billing Address
<submit button>
Credit Card Information
<Submit Button>
When a user presses the enter button after typing something, the first <submit button> is automatically used. How can I make it so.. if the user is typing in credit card info, and he hits enter.. the <submit button> for CC info will be submited instead of the other?
thanks!