GithubHelp home page GithubHelp logo

Comments (4)

brainfoolong avatar brainfoolong commented on June 2, 2024

Thanks for test, do you have an example form?

The normal tests pass successfull for this option -> https://raw.githack.com/brainfoolong/form-data-json/v2-dev/docs/tests/test.html

from form-data-json.

KES777 avatar KES777 commented on June 2, 2024

image

<form id='ajax-form' action="/" method="GET" class="js-ajax">
  <input name='test'>
  <button type='submit' class="btn btn-primary">Test form</button>
  <input  type='submit' class="btn btn-primary" value="Test form"/>
</form>
<input type='submit' class="btn btn-primary" form='regular-form' value="Outer button">
<a     type='submit' class="btn btn-primary" form='regular-form'
  href="#" role="button"
>Outer link as button</a>

and full page
index.html.zip

from form-data-json.

brainfoolong avatar brainfoolong commented on June 2, 2024

Your form is not correct in this case. Both <button type='submit' and <input type='submit' missing a "name" attribute. <button> Also miss a value attribute.

This is standard behaviour, each form element that need to submit a value, must have a name, otherwise nothing is submited (Because of undefined name).

The <button> need also a value attribute, which than get's submited (And also picked up by this library)

from form-data-json.

KES777 avatar KES777 commented on June 2, 2024

You are right, I miss the names for my buttons

from form-data-json.

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.