Questions tagged [submit]

Refers to the action of sending data to a specific destination.

Examples include HTML form submission and the jQuery submit function.

5297 questions
113
votes
5 answers

Submitting a multidimensional array via POST with php

I have a php form that has a known number of columns (ex. top diameter, bottom diameter, fabric, colour, quantity), but has an unknown number of rows, as users can add rows as they need. I've discovered how to take each of the fields(columns) and…
Fireflight
  • 2,921
  • 5
  • 24
  • 22
96
votes
12 answers

Dynamically create and submit form

Is there a way in jQuery to create and submit a form on the fly? Something like below: Title Text Goes Here