Skip to content
View dhrupo's full-sized avatar
πŸ“‰
Working
πŸ“‰
Working

Organizations

@fluentform

Block or report dhrupo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dhrupo/README.md

Typing SVG

Hey, I'm Dhrupo πŸ‘‹

Senior Software Engineer at WPManageNinja β€” building WordPress products that power 300K+ websites. I work across the full stack: from Gutenberg blocks in React to REST APIs in PHP, Vue dashboards, and everything in between.

Currently building Fluent Forms and Fluent Player β€” media and form solutions for WordPress.


Stack I Work With
Layer Technologies
Languages PHP JavaScript TypeScript HTML5 CSS3
Frontend Vue.js React Element Plus Tailwind
Backend WordPress Laravel Node.js MySQL
Tooling Vite Webpack Git Docker
WordPress Gutenberg REST API Elementor


Fluent Forms WordPress

Pinned Loading

  1. fluentform/fluentform fluentform/fluentform Public

    The fastest and easiest WordPress Contact Form Builder for WordPress.

    PHP 50 40

  2. multilingual-forms-fluent-forms-wpml multilingual-forms-fluent-forms-wpml Public

    PHP

  3. buy-cycle buy-cycle Public

    JavaScript

  4. clean-bd clean-bd Public

    JavaScript

  5. Minority-Programmers-Front-End-Test Minority-Programmers-Front-End-Test Public

    JavaScript

  6. FF Rating response as star FF Rating response as star
    1
    add_filter('fluentform/response_render_ratings', function($response, $field, $formId, $isLabel) {
    2
        $options = \FluentForm\Framework\Helpers\ArrayHelper::get($field, 'raw.options');
    3
        $totalStars = 0;
    4
        if ($options) {
    5
            $totalStars = count($options);