Coder Social home page Coder Social logo

michaelsoriano / sp-forms Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 12.0 27 KB

A simple plugin that will allow users to create HTML forms in SharePoint

Home Page: http://michaelsoriano.com/sharepoint-forms-custom-html/

CSS 9.56% HTML 17.86% JavaScript 72.58%
javascript jquery rest-api sharepoint

sp-forms's Introduction

Hi ๐Ÿ‘‹ My name is Michael

  • ๐ŸŒย  I'm based in California, US
  • ๐Ÿ–ฅ๏ธย  See my portfolio at michaelsoriano.com
  • ๐Ÿง ย  I'm learning Tailwind, Inertia, Laravel
  • ๐Ÿคย  I'm open to collaborating on Interesting Projects

Skills

JavaScript TypeScript React NextJs Vue PHP JQuery CSS3 Bootstrap HTML5 NodeJS Express MySQL PostgreSQL Heroku Laravel Figma Tailwind

sp-forms's People

Contributors

michaelsoriano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sp-forms's Issues

Lists without attachment requirement

Michael,
When not including an attachment form-group I receive the error "Cannot read property 'files' of undefined.
I can get around this by adding the attachment form-group and adding the inline style of display:none;.
You may want to amend sp-forms.js to remove this behavior, or detail it in the documentation.

Thank you for the great resource. I have learned a lot from your blog/repositories.

Unable to convert primitive value of blank string values

Michael,
I came across an issue when I'm integrating many fields but most of them not being required.
I receive the following error.

Cannot convert a primitive value to the expected type 'Edm.Double'. See the inner exception for more details.

Because I have front end validation and do not care if i POST the blank values i inserted the following @ line 109 in sp-forms.js

$.each(itemObj, function(key, value){ if (value === "" || value === null){ delete itemObj[key]; } });

feature request

Hello I love this plugin! Would you please add the ability to edit the form after input? thank you.

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.