Paypal with bootstrap version problem

Support forumCategory: BugsPaypal with bootstrap version problem
karol_leszek asked 1 year ago
In the ea_bootstrap version after marking Paypal as required the Submit button is still visible and users can skip the payment. This does not happen on the ea_standard, but I need the bootstrap version. 
6 Answers
Nikola Loncar Staff answered 1 year ago
Hi, do you have any caching service that is running on your site? If so can you please purge cache? Best regards, Nikola
karol_leszek answered 1 year ago
Than you for Your responce. Looks like the button is only hidden by the css and my styles were overriding that. 
I think the button shoud be removed on php level otherwise this form is not secure and bots can spam it. Can You correct that?
Nikola Loncar Staff answered 1 year ago
Hi, thanks for suggestions will see to resolve it asap. Best regards, Nikola
emmanuel_okunade answered 1 year ago
I am having this problem. Reading through this thread, I still don't know how you resolve it. Kindly help.
Nikola Loncar Staff answered 1 year ago
@Emmanuel, is this the same issue as in Karol case?
emmanuel_okunade replied 1 year ago

Yes, I have made Paypal required but the submit button is still visible

emmanuel_okunade replied 1 year ago

Hi Nikola, Kindly assist on this

Nikola Loncar Staff replied 1 year ago

Hi Emmanuel , can you please tell me if you are using some kind of caching engine on your site?

Best regards,
Nikola

emmanuel_okunade replied 1 year ago

Yes, I have a caching plugin. I have purged the page a lot of times but no change.

Nikola Loncar Staff replied 1 year ago

Can you please share the one action link to cancel or confirm appointment?

Best regards,
Nikola

emmanuel_okunade replied 1 year ago

Hi Nikola. Kindly assist as soon as you can

emmanuel_okunade answered 1 year ago
Hi Nikola, I am still expecting your response.  Thanks
karol_leszek replied 1 year ago

Hi, Emmanuel.

Add somewhere in stylesheet:

.ea-bootstrap .ea-btn.ea-submit {
display: none !important;
}

emmanuel_okunade replied 1 year ago

Done, Thanks