I'm trying to create a LayerSlider button that will link to a new page when clicked. I have HTML code from Paypal that I can use to do that; see below. But I don't want to display the Paypal Donate button or the credit card icons. Is there a way to insert that code into a button without displaying the gold button & credit cards?
I am sorry for the delayed reply. I can recommend you to create a button layer in LayerSlider. You can design this button, add your own text and add the required URL on the right sidebar, under Layers -> Link -> Set Link. There is an option also for opening the page on a new tab.
you will see that there is a form controlling the user interaction for the Paypal buttons/icons. As such, using just a static link doesn't apply. Is there a way to use the Paypal form approach with a Button?
I'm trying to create a LayerSlider button that will link to a new page when clicked. I have HTML code from Paypal that I can use to do that; see below. But I don't want to display the Paypal Donate button or the credit card icons. Is there a way to insert that code into a button without displaying the gold button & credit cards?
<input type="hidden" name="hosted_button_id" value="VYDRCQRKZ5R9G" />
</form>
Hello? Any suggestions for how to do this?
Hello David,
I am sorry for the delayed reply. I can recommend you to create a button layer in LayerSlider. You can design this button, add your own text and add the required URL on the right sidebar, under Layers -> Link -> Set Link. There is an option also for opening the page on a new tab.
Best Regards,
George | Kreatura Dev Team
Hi George, thanks for the reply.
What I need is a little different than the URL method you mentioned. If you take a look at the code on this page:
https://rentheatreco.org/layerslidertest/
you will see that there is a form controlling the user interaction for the Paypal buttons/icons. As such, using just a static link doesn't apply. Is there a way to use the Paypal form approach with a Button?
This is a big help. Thank you!
David