Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi I have created a landing page we are going to use at PyCon this year for people to create accounts for our product. We are going to have this on a Ipad at our booth and pass it to people who are interested in signing up. I was looking for a way to have no prefil text inside the form fields. I ...
you may need to add !important to your css declaration. so something like this.mktoForm span.mktoButtonWrap.mktoSimple button[type="submit"].mktoButton {background: #004FA2!important;}
usebackground-color: #004FA2;to make the button that color
Hey Josh, thanks for the response. This is a marketo hosted landing page but we are not using the landing page editor to build the page. We use the double div hack to work around marketo's html and css in order to have a responsive landing page, hence the use of forms2.0. So would it be true to s...
Hey Hiroshi,To get the behavior you want, you will probably need to write some custom CSS to overide marketo's CSS. I don't think they spend too much time on making all the elements in the form to be 100% responsive. You got a link to the site so I might be able to give you some more advice?
Hey we are trying to use landing pages that embed forms via forms2.0 api in a smart campaign. When using forms2.0, the landing page does not register that it contains a form although when viewed the form shows up and functions as it should. When trying to create a smart campaign we run into the is...
@Justin Thanks!
Sorry forgot to mention that we wanted to track everything via Marketo
Hi, we use the double div hack to build responsive landing pages. Our marketing team was interested in using Marketo's social media icons feature in some of our landing pages. The only way I have seen to implement this is to drag the social media feature on to the landing page inside the landing p...
Hey Justin, thanks for the response. We currently submit via ajax to our product's db which we were thinking of running on a onSuccess function block, where our validations will run. So potentially having the reachforce aspect fire on a onSubmit block. I will look into the server-side form post m...