Paypal with bootstrap version problem

SupportPaypal with bootstrap version problem
karol_leszek Staff asked 2 years 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 2 years 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 Staff answered 2 years 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 2 years ago
Hi, thanks for suggestions will see to resolve it asap. Best regards, Nikola
emmanuel_okunade Staff answered 2 years 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 2 years ago
@Emmanuel, is this the same issue as in Karol case?
emmanuel_okunade Staff replied 2 years ago

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

emmanuel_okunade Staff replied 2 years ago

Hi Nikola, Kindly assist on this

Nikola Loncar Staff replied 2 years 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 Staff replied 2 years ago

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

Nikola Loncar Staff replied 2 years ago

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

Best regards,
Nikola

emmanuel_okunade Staff replied 2 years ago

https://dlizecloset.org/?_ea-action=confirm&_ea-app=1&_ea-t=fc017b4cba113ad85fc379622e5165a8

This link is to confirm appointment.
Thanks

emmanuel_okunade Staff replied 2 years ago

Hi Nikola. Kindly assist as soon as you can

emmanuel_okunade Staff answered 2 years ago
Hi Nikola, I am still expecting your response.  Thanks
karol_leszek Staff replied 2 years ago

Hi, Emmanuel.

Add somewhere in stylesheet:

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

emmanuel_okunade Staff replied 2 years ago

Done, Thanks