Giter Club home page Giter Club logo

sp-forms's Introduction

sp-forms

A jQuery plugin that will allow you to create custom HTML forms for SharePoint. The plugin is designed to work with HTML. All configuration / setup is done via HTML. No scripting required.

Note that the demo HTML contains jQuery.js (required) and Bootstrap.css (optional)

alt tag

More information on this Post: Create Custom HTML Forms for SharePoint with this jQuery Plugin.

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.