It doesn't appear this module really supports multiple payment methods on the one form. Each payment methods form elements are displayed one after the other. This is going to be confusing to users as they will see lots of unrelated field, rather then just seeing what they need to fill in.

When you select the payment method it would be good to have the fields that are not required hidden.

Comments

univate’s picture

Status: Active » Needs review
StatusFileSize
new2.44 KB

This is a simple patch to add some simple jquery to hide the form elements not required. It would be great to see something like this added.

One issue with this patch is it makes the assumption that there is only one pay form on the page. Also not sure where that closing

is missing from?

univate’s picture