form-submit
My Form Submit Function Is Not Working
I\'m developing a custom module for Drupal 6, that creates a simple form. My problem is that the submit function is notbeing called/processed!!! Here\'s my code:[详细]
2023-04-12 23:08 分类:问答How to add a post parameter to manual form submission?
I want to submit a form manually after some complicated checks. Because checks involve user interaction, the whole check process is not done synchronously. Here is the scenario:[详细]
2023-04-12 22:21 分类:问答How to capture a value not through an input field in a form using php and mysql ?
Hello everybody and good day , I am making a web application in php and mysql Iam trying to make a page where a user can create a custom form eg. User can create custom forms so they can type the n[详细]
2023-04-12 03:54 分类:问答extjs standardSubmit and grid inside a form problem
I\'m having some weird issue with extjs. I have a form and a grid, each works great separately but when I put the grid inside the form, everything starts to f开发者_如何学编程all to pieces.[详细]
2023-04-07 16:05 分类:问答Submit form with Enter - Cannot select previously entered value with arrow keys + Enter
I\'m using a simple javascript to submit a form when the Enter key is pressed: $(\"input\").keypress(function (e) {[详细]
2023-04-07 10:15 分类:问答best practice for form submission
I\'m currently planning a robust form for a client that involves a lot of input. And I am looking for some best practices or opinions regarding submission.[详细]
2023-04-06 08:15 分类:问答Why this form submit isn't working as expected
I have this code in test.php. When I access the script just by typing it, I want to see just the form[详细]
2023-04-05 23:18 分类:问答Can I get the collective result of multiple .submit() handlers?
I have a form th开发者_Python百科at has multiple .submit validations.I would like to register a handler that can do something if the collective result was false.[详细]
2023-04-05 15:54 分类:问答Form to handle multiple entries (jQuery) [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-05 10:20 分类:问答What is the most sensible mechanism by which to maintain/resubmit POST variables between pages?
Potentially silly question, but I\'m looking for the most sensible mechanism by which to maintain and \"resubmit\" POST variables.Basically the workflow is as follows:[详细]
2023-04-05 10:17 分类:问答