Dave_Roberts

Dave_Roberts

Contact Me
Online Status
Offline
Date Last Visited
Monday
Level 10
Joined the community 04-04-2016
Rank Icon Level 10
Developer
Ann Arbor, MI
  • Re: Form CSS Tip for All Fields

    I like to use the form.mktoForm... {...} selector b/c it's "more specific" (adds the 'form' element to the selector) and will override styles without the 'form' element in the selector (which is how the native css is generated). Also, don't forget about my homies, the checkbox and radio fields:form....

    image_type
    Discussions
    4914 0 0
  • solved badge Re: Adjusting form field heights in custom landing page

    The textarea field gets it's height from the rows="" attribute via the forms2.css file that loads with the forms. The rows attribute is what gets set when you choose how many lines to show, in your case 5, in the example below it's 3..mktoForm textarea[rows="3"] { height: 4.6em;}I think the probl...

    image_type
    Discussions
    3440 0 0
  • Re: Module code issues- Help anyone?

    I think it's ok to have the table at 100% - that's probably meant for mobile and ESPs that don't read styles in the head (i.e. classes). I'd guess that you're missing the CSS for half1_even class. It also looks like you're missing the CSS for the "mobile-full" class, but you've got it for the mob-fu...

    image_type
    Discussions
    2715 0 0
  • solved badge Re: Use Checkboxes to select all Checkbox List input in a Form

    Here's some styling for the buttons on the test form you've setup. I went to the website and pulled the red gradient from the menu there. You can adjust the padding to change the size of the button. The 10px is for the top and bottom. The 15px is for the left and right.You can adjust the font-size a...

    image_type
    Discussions
    3656 2 1
  • solved badge Re: Use Checkboxes to select all Checkbox List input in a Form

    First time flipping thru your pens, holy smokes ... you're a busy dude Good stuff here https://codepen.io/figureone/ MktoForms2 :: Select All Checkbox https://codepen.io/figureone/pen/JKvRQv

    image_type
    Discussions
    10116 0 0
  • solved badge Re: Use Checkboxes to select all Checkbox List input in a Form

    Bryan, could you maybe do something like:When #SubscribeAll is checked, for each checkbox inside a fieldset -- fieldset input[type=checkbox] -- prop a value of "checked", AND prop value of unchecked for #UnsubscribeAll, .When #UnsubscribeAll is checked, for each checkbox inside a fieldset, AND #Subs...

    image_type
    Discussions
    10168 1 4
  • solved badge Re: Use Checkboxes to select all Checkbox List input in a Form

    It looks like the structure of the page has changed a little since I wrote that CSS, we might need to dial in the styles a bit to the new attributes to get this to work. The styles that have (in the previous example) the # symbol are targeting elements by their id="" value and it looks like that cha...

    image_type
    Discussions
    4844 3 11
  • solved badge Re: Use Checkboxes to select all Checkbox List input in a Form

    Hey Gally-I put together some CSS to help center the form and get it to be a bit more responsive on your page.Here's what the styles look like when you apply them to the form and resize the page:Here's a look at the styles I used -- there are some CSS comments to help explain the different pieces. I...

    image_type
    Discussions
    10167 2 15
  • Re: font changes to bold when deploying to Outlook

    Are you using custom fonts? That could be causing this issue as well. Here's a link to "web safe fonts" that you can expect to display the same across the inbox universe: CSS Web Safe FontsIf you're not using a Web Safe font there's a pretty good chance that it'll get substituted, even though you'll...

    image_type
    Discussions
    3678 0 0
  • solved badge Re: LP builder (constructor)

    It looks like this is a "free-form" Landing Page where the drag-and-drop editor allows you to place objects on a static canvas. The downside of this editor is that it uses absolute positioning to arrange the elements exactly where you dropped them so the responsive behavior you'd like to have doesn'...

    image_type
    Discussions
    1527 1 0

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  •  Unlock Unlock Earned on 2.08.21 Earned by 35 people Select to learn more
  • Applaud 250 Applaud 250 Earned on 8.03.21 Earned by 35 people Select to learn more
  • Give Back 300 Give Back 300 Earned on 3.18.21 Earned by 41 people Select to learn more
  • Affirm 25 Affirm 25 Earned on 2.08.21 Earned by 51 people Select to learn more
  • Coach Coach Earned on 2.08.21 Earned by 91 people Select to learn more
  • Boost 100 Boost 100 Earned on 2.08.21 Earned by 121 people Select to learn more
  • Contributor Contributor Earned on 2.10.21 Earned by 280 people Select to learn more
Public Statistics
Date Registered ‎04-04-2016 05:33 PM
Date Last Visited Monday
Total Messages Posted 638
Likes Received 430