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
1
vote
2 answers

Time stamping form form submits into MySQL

I have got everything I need in terms of inputting my data into my data from a form but struggling to get it to timestamp or looking for the best methods. submit form:
coder123
  • 183
  • 1
  • 3
  • 14
1
vote
3 answers

How do you push ng-repeat value to controller?

I want to populate a webpage using ng-repeat and the following array: var array = [{name: Bill, age: 12, number: 1}, {name: Tyrone, age: 11, number: 2}, {name: Sarah, age: 14, number: 3}]; I want to be able to push a button and return to my Angular…
rashadb
  • 2,515
  • 4
  • 32
  • 57
1
vote
0 answers

How to show selected options and show validation errors when form submit

:) I'm using CodeIgniter. I have radio 3 buttons - when you choose one of them, different dropdowns are shown. First, these dropdowns are hidden, when choose radio button, they show one after another. I want when user click submit button and there…
ivva
  • 2,819
  • 9
  • 31
  • 64
1
vote
1 answer

Interpreting multiples of the same form elements through PHP in a concise way?

I've run into this problem twice now, I'll try to be brief: I want a table where each entry has similar actions. Delete row from table, move row up, move row down. I'm having trouble being able to manipulate the data from any of the keys being…
1984
  • 297
  • 3
  • 14
1
vote
2 answers

Yii, attaching a javascript function on submit button

I want to attach a function to my submit button. But my code doesn't seem to be calling the function. Basically what I want it to do is, enabling all disabled field when the form is being submitted. This below is my code: