Submit button is not clickable

Anonymous
Not applicable

Submit button is not clickable

Hey Guys,

I designed the LP http://info.ricoh.ca/Healthcare-Webinar.html. But for some reason the CTA button which says "Yes, Sign Me Up!" is not clickable. I used a marketo template.

Any ideas of what can I do to figure out this issue? I'm not a web designer. Have no idea what went wrong. Its urgent as I need to have it ready by coming Monday morning.

Thanks,

Dru

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Submit button is not clickable

I notice this is a Forms 1.0 form.  As that technology is out-of-date, I recommend you rebuild this form using Forms 2.0 and re-embed it in the page -- it's a simple form with little styling, so you should have a problem.

Anonymous
Not applicable

Re: Submit button is not clickable

I've seen this happen when there is a layering issue - meaning that there is some element that is overlapping with the form in your landing page template. Go into the property sheet for the elements and make sure the form has a higher layer number than the other elements that may overlap with it.

SanfordWhiteman
Level 10 - Community Moderator

Re: Submit button is not clickable

Great call, Kristen! I swore I wasn't going to look at any Forms 1.0 forms... but Ricoh Communications​ go to your CSS and change

#lpeCDiv_3422 {left:677px; top:549px; z-index:15; width:328px; height:305px; }

to

#lpeCDiv_3422 {left:677px; top:549px; z-index:25; width:328px; height:305px; }

and that'll fix it.