Coder Social home page Coder Social logo

Comments (1)

mplodowski avatar mplodowski commented on August 29, 2024

Hi,

sorry to hear that. I think there is some misunderstanding here.

Plugin is developed to work for October CMS, so it does not depends on CSS framework. Bootstrap is just CSS framework used by default (as in the default October Demo Theme) to style form elements, so it will not look ugly by default.

You can use any CSS framework you want or just write plain CSS to style it. This depends on your project needs. There are CSS classes on each form element that you can hook Tailwind classes and apply them like so:

.form-control {
    @apply bg-gray-300 text-white;
}

Plugin helps to create forms, handles form validation, send emails, log form requests, etc. Styling the form is developer task responsible for your project.

I replied your developer here: #46

I think you can write to October team and ask for refund.

from formbuilder-plugin-public.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.