We need to have a form with only one amount for a particular scenario. I’m trying to investigate the best way to show the amount on the form how we want. We don’t want people to think they have to select an amount when it is just one set amount.
If we use a normal payment form, the amount button still shows up even though there is only one amount (see first image). It is automatically selected, but when you scroll over it, the edges change like it needs to be clicked. For a user, it’s hard to tell if it is selected since there aren’t any other buttons to compare it to. If I edit the form CSS, I can hide the button with CSS, but I don’t know if that is a good way to do it. The amount being charged is still shown at the bottom and it seems to work if the amount is set as automatically selected in the campaign details, but maybe it will break it on the backend. Is there another way to hide that payment amount button?
I also tried testing with a payment widget. That shows the payment amount better with a radio button to show that it is actually selected (see second image). If the form payment amount could show like that, I think that would work for us. But, the widget requires clicking through to a second page (unlike the form which is on one page). And then on the second page, there isn’t any summary of what the person will be charged (which isn’t ideal).
Any suggestions?
If we use a normal payment form, the amount button still shows up even though there is only one amount (see first image). It is automatically selected, but when you scroll over it, the edges change like it needs to be clicked. For a user, it’s hard to tell if it is selected since there aren’t any other buttons to compare it to. If I edit the form CSS, I can hide the button with CSS, but I don’t know if that is a good way to do it. The amount being charged is still shown at the bottom and it seems to work if the amount is set as automatically selected in the campaign details, but maybe it will break it on the backend. Is there another way to hide that payment amount button?
I also tried testing with a payment widget. That shows the payment amount better with a radio button to show that it is actually selected (see second image). If the form payment amount could show like that, I think that would work for us. But, the widget requires clicking through to a second page (unlike the form which is on one page). And then on the second page, there isn’t any summary of what the person will be charged (which isn’t ideal).
Any suggestions?
Comment