ResoundingEchoes

The Volume Just Increases

  • Facebook
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube
  • Home
  • Portfolio
  • Blog
  • Interact
    • Say Hello
    • Request A Quote
    • Join Our Newsletter

Pre-populating Checkboxes in Gravity Forms

March 10, 2017 by Michael Hull 7 Comments

We previously wrote about how you can pre-populate input values in Gravity Forms.  The comments for that post revealed something obvious that we missed – the technique does not work for checkbox fields or any other fields that have pre-defined choices, such as radio buttons and dropdowns. For this blog post, we are focusing on […]

Filed Under: Development Tagged With: Gravity Forms, PHP

Unit Testing With PHPUnit

March 1, 2017 by Michael Hull Leave a Comment

Tangled mess of wires and switches

Merging code, especially when authored by multiple people, can lend itself to a lot of risk. As a code base grows, there may be an underlying feeling that more bugs exist than we can find by digging through our code editor or our application’s various screens. Unit testing is a process that lets us test […]

Filed Under: Development Tagged With: PHP, PHPUnit, WP-CLI

Why PHP Versions Are So Important

September 15, 2016 by Michael Hull Leave a Comment

Recently, I’ve been putting a lot of time and effort into leveling up my PHP skills. When my last round of leveling up began, I knew a good bit of basic-to-advanced PHP.  The thing was, I had come to the realization that I simply felt comfortable with my level of proficiency. Once I realized this, […]

Filed Under: Development Tagged With: PHP

Autoloading Classes In PHP

July 10, 2016 by Michael Hull Leave a Comment

Using the autoloading feature of PHP gives us cleaner code and less worry, not to mention it encourages better organization of our files.

Filed Under: Development Tagged With: PHP

How can we help you?   »

Recent Posts

  • Creating An xy-Plane Component With Vue.js
  • Set Theory And Russell’s Paradox
  • Function And Set Notation
  • What Is A Function
  • My First Peek At Angular 2

Comments From The Blog

  • Eric Celeste on Pre-populating Checkboxes in Gravity FormsI'm not sure why the "gform_field_value" hook didn't do the trick for you. I use this to pre-check checkboxes myself.
  • gpence on Creating A Clock With HTML, CSS, and JavaScriptWhy does your example clock have a zero at the top instead of the roman numeral for 12?
  • Mej Oro on How To Style Draggable Elements To Indicate DraggabilityHi, thank you for having written this article ...but really I totally was not able to make it works: I
  • Jonathan Daggerhart on Function And Set NotationGreat post! This is very enlightening to someone like me who has a self-taught programming background and practically no background

© 2025 ResoundingEchoes