Needs review
Project:
Ubercart MIGS Gateway
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 02:53 UTC
Updated:
21 Aug 2015 at 00:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tinny commentedMy work around:
Comment #2
mstrelan commentedThe currently implementation of adding a form to the existing form means that only the added form is submitted. Not only is the back button broken, any additional validation (such as a terms & conditions checkbox I had added) is bypassed.
Attached patch merges the additional form values in to the existing form, adds the submit handler and overrides the submit button text. The back button and form validation appear to work correctly.