JSW
(James)
March 17, 2021, 12:53pm
2
Hi,
You could try using a DIV block with a custom html code block and the submit button inside.
Add a div block
Set the div position to ‘relative’
Inside the div, add a html element with the custom code inside
Drag the submit button inside the div
Set the submit buttons width and height to 100%
Set the submit buttons position to absolute and ‘cover’
Set the submit buttons opacity to 0
Set the submit buttons z-index to 2
1 Like
Hi @JSW , thank you for this!! It has been working pretty well, except when I try setting the z-index of my submit button to 2, I cant hover on my embed button to show the effect
JSW
(James)
March 19, 2021, 11:53am
4
Add this to your <head>
, replacing ‘name-of-your-element’ with the name of your submit button.
<style>
.name-of-of-your-element
{
pointer-events: none !important;
}
</style>
Hi @JSW ! The embed is working now after adding the code to , but now I can’t seem to use the submit button to submit my form
https://test-mu-peng.webflow.io/contact
JSW
(James)
March 23, 2021, 4:09pm
6
Hi, @Bianca_Are
It seems to be working for me? Did you fix it?