Design for Impact Grant Application

Deadline: December 31, 2024

!
!
!
!
☝️ How this works

These are default Webflow checkbox. I'm using custom CSS to change the label styles when checked.

There's an SVG embed inside of each checkbox. It's only visible if the checkbox is checked.

Custom CSS
!
!
☝️ How this works

These are default Webflow checkbox. I'm using custom CSS to change the label styles when checked.

There's an SVG embed inside of each checkbox. It's only visible if the checkbox is checked.

Custom CSS
?
!
☝️ How this works
Step 1

Below is some custom CSS that you need to add to the page <header> code.

CUSTOM CSS
Step 2

Add the following code to your page before the closing <body> tag.

I recommend copying the code on the published site to preserve line breaks.

<!--🟢 DATE PICKER CODE 🟢-->
<script src="https://fengyuanchen.github.io/datepicker/js/datepicker.js"></script>
<script>
   $(document).ready(function () {
       $('[data-input="datepicker"]').datepicker({
           format: 'mm-dd-yyyy'
       });
       // Available date placeholders:
       // Year: yyyy
       // Month: mm
       // Day: dd
   });
</script>

Credits

I discovered this code on the Flowbase blog.

Submit Application

Application Submitted!

We’ve received your application and are excited to learn more about your project and mission. Our team will review all submissions and notify selected recipients by mid-January. Check your email for additional details.

Thank you for your commitment to making a positive impact!
Oops! Something went wrong while submitting the form.